Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET Framework...
Saturday, December 24, 2011
Friday, December 23, 2011
Async file upload with jquery and ASP.NET
Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write much custom logic about this. So after searching it on internet I have found lots of options but some of the options were not working with ASP.NET and...
Thursday, December 22, 2011
Redirection in URL Routing
In one of the my earlier post I have written How easily we do URL rewriting in ASP.NET Web forms. In this post I am going to explain redirection in URL Routing.
In web application it’s a common scenario that we are redirecting our page to the one from the another and those who are familiar with the...
Sunday, December 11, 2011
My blog post are appearing on MSDN ASP.NET MVC Content Map
Yesterday I was searching something and I got a nice surprise. I have seen my blog post for RSS reader is appearing on MSDN ASP.NET MVC content map. It is really proud movement for me. Following is the link from where you will get this.
http://msdn.microsoft.com/en-us/library/gg416514%28v=VS.98%29.aspx
On...
Easy URL routing in ASP.NET 4.0 web forms
In this post I am going to explain URL routing in greater details. This post will contain basic of URL routing and will explain how we can do URL routing in fewer lines of code.
Why we need URL routing ?
Let’s consider a simpler scenario we want to display a customer details on a ASP.NET Page...