|
|
-
Apr 12 2012 3:54AM
| Jalpesh07
| blog
I have used delegates in my programming since C# 2.0. But I have seen there are lots of confusion going on with delegates so I have decided to blog about it. In this blog I will explain about delegate basics and use of delegates in C#. What is delegate? We can say a delegate is a type safe functio...
|
-
Apr 11 2012 3:43AM
| Jalpesh07
| blog
As we all know that Meta tag has very important roles in Search engine optimization and if we want to have out site listed with good ranking on search engines then we have to put meta tags. Before some time I have blogged about dynamically creating meta tags in asp.net 2.0/3.5 sites, in this blog po...
|
-
Mar 22 2012 2:18AM
| jalpesh07
| 12
In previous chapter, we have learned about controller, views, action results etc. In this chapter we will learn about the different type of view engin...
|
-
Mar 18 2012 9:38AM
| ramireddy
| 4
Visual Studio 2010's shell allows for any window to be floated and moved outside of the top-level window, including code and designer windows. This me...
|
-
Mar 4 2012 6:21AM
| ramireddy
| 4
ASP.NET 4.0 - ListView control enhancement
|
-
Feb 20 2012 4:52PM
| Ganesh.Divekar
| blog
Hi Geeks, In general Behavior or behaviour refers to the actions and mannerisms made by System in conjunction with its environment, which includes the other systems around . It is the response of the system to various stimuli or inputs. * WCF Behaviors are classes that affect runtime operati...
|
-
Feb 7 2012 12:40AM
| neeraj Kaushik
| blog
Client side Model binding with ASP.NET MVC 3 and KnockoutJs Knockoutjs is type safe client side library which provides declarative bindings of DOM with model data, Automatic UI refresh when view model changes etc. You can read more about KnockoutJS on its website. You can read more about AspNet MVC3...
|
-
Feb 5 2012 1:28AM
| Jalpesh07
| blog
I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up and down arrow and with the help of this you can ...
|
-
Feb 4 2012 2:54PM
| Jalpesh07
| blog
In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information it will ask for your URL. Till now there i...
|
-
Jan 29 2012 2:50PM
| Jalpesh07
| blog
In most of the websites we have contact forms and other forms where we have some standard inputs like Phone,Email and Website URL and those are widely used in any site and has specific features. Email is one of the most standard used input elements which are used in our forms. Till HTML 4.1 we have ...
|