Browse by Tags

All Tags » ASP.NET (RSS)

Email-New Html5 input element by Jalpesh P. Vadgama

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

My first video for code refactoring in visual studio 2010 by Jalpesh P. Vadgama

I have been planning this since long but now Its happened. I have created a video for visual studio 2010 code refactoring features. I have made this video public. Following is a link for that. http://www.youtube.com/watch?v=HvC63rE7tB4&feature=share...

Difference between generic handler and http handler- ASP.NET by Jalpesh P. Vadgama

Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP...

ASP.NET Page Methods with Parameters by Jalpesh P. Vadgama

In earlier post I have written how we can use page methods to call server-side from the java script. In this post I am going to explain How we can pass parameters to page methods with java script. So let’s take a simple example to see how we can pass...
Filed under: , ,

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: , ,

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: , ,

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

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

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: ,

new solution explorer feature in visual studio11 developer preview by Jalpesh P. Vadgama

Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature...
Filed under: ,
More Posts Next page »