Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Tuesday, April 16, 2013

Monday, April 8, 2013

jquery on focus change background color AND onfocus select all text OR input text select all on focus

In the previous post i had shown how to select All text of the control and continuing the post now i will show change border color of the focused control as shown below.........
and this works for textbox, dropdownlist, listbox, textarea ...

Out Put :
 CSS for for color :

Sunday, April 7, 2013

onfocus select all text OR input text select all on focus

In this post i will show how to select all text on focus of the control as shown ...

OutPut :

Aspx Coding :

Sunday, January 27, 2013

Thursday, November 15, 2012

Jquerry Error / Success Message from ClientSide and ServerSide in ASP.Net

In this post i will show How to show round corner ErrorMessage and SuccessMessage in JQuery and the same Messages from ServerSide when error occurs and when the condition is true.....