January 2012 - Posts

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:
5
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: , ,
More Posts