December 2011 - Posts

1
Comments

Page methods in asp.net by Jalpesh P. Vadgama

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...
Filed under: , ,
15
Comments

Async file upload with jquery and ASP.NET by Jalpesh P. Vadgama

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...
Filed under: , ,
1
Comments

Redirection in URL Routing by Jalpesh P. Vadgama

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...
1
Comments

My blog post are appearing on MSDN ASP.NET MVC Content Map by Jalpesh P. Vadgama

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...
12
Comments

Easy URL routing in ASP.NET 4.0 web forms by Jalpesh P. Vadgama

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...
Filed under: ,
More Posts