Recent Posts

0
Comments

Number- New HTML5 Input type by Jalpesh P. Vadgama

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

URL–New HTML5 input element by Jalpesh P. Vadgama

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

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

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

string.format escape sequence in c# by Jalpesh P. Vadgama

Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format. Suppose You...
Filed under: ,
1
Comments

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

how to vertically middle align text in div-HTML tip by Jalpesh P. Vadgama

Recently in one of the project I have to vertical align text in div. so doing some internet search I have found there are no proper way to do it. So I thought it would be good do share this within my readers. Here is the code do vertically align text...
Filed under:
1
Comments

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: , ,
0
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: , ,
8
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: , ,
More Posts Next page »