In the previous two ( first , second ) blogs I've shown how to use the Data Linking jQuery plugin which was created by Microsoft. In one of the blogs
In the previous blog you've seen how to use data linking in the simplest way. Now lets assume I want to map the names of the form to some other names
jQuery Data Linking plugin is one of the three plugins that is created by Microsoft as a direct contribution to the jQuery project. With Data Linking,
MuazLib – The ASP.NET MVC Helpers MuazLib contains some useful helper methods for asp.net mvc developers. First, we need to add MuazLib namespace in t
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> <link rel="stylesheet" href="h
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> <script type="text/javascript"
Today a person asked me on how to get the domain name from URL in ASP.NET, I decided to write a blog on the solution which I gave to him. Let's say yo
Config files are used to configure the initial settings of the application. You can have all the settings like appsettings and connection strings sett
Sometimes we need to read XML files that are manually written by users and find some elements in the XML tree. Using .NET library, we can easily navig
Free e-book: Moving to Microsoft Visual Studio 2010
Enums are types that provide way to restrict a given variable to one of the fixed set of values defined inside the enum. In most of the cases, enums are very good way to make your code look better and...
Have you ever come in situation to have lots of 'Using' directives in your code file where you are not sure which can be safely removed or not? Visual
Yesterday my teammate had a requirement to show alert to user if he has not selected the option from the dropdown. He had multiple dropdown list contr
In this blog I will show you how to loop through dropdownlist items in ASP.NET. To show it I have posted a sample code below in which I have used a dr
In this blog I will show you how to delay the execution of jquery functions. There are situations where we need to execute a jquery function after som