|
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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 whic...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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....
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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=shar...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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 str...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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 n...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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....
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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: H...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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....
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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 i...
|
-
Jalpesh Posted 1 Years ago through Blogs | 10 Points
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....
|