Tuesday, April 16, 2013

jquery datatable row grouping plugin

Here in this post i will show how to group rows using Jquery DataTable Plugin.
This plugin was provided by third party vendor for DataTables, but the link provided was not working so i decided to show how to use it... in this post... for more examples U can refer 

http://www.datatables.net/extras/

Out Put :













ASPX Page :

ASP.Net GridView style with CSS with Rounded Corners

In this post i will show how to style Your GridView With CSS.....

Out Put :





















ASPX Page :

Monday, April 8, 2013

maintain scroll position on postback asp.net OR maintain scroll position on postback using jquery OR JavaScript

In this post i will show how to maintain scroll position in asp.net page.

Actually MaintainScrollPositionOnPostback="true" is not working So,

below is the script to maintain scroll position.....


Script For Maintaining ScrollPosition on PostBack

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 :

drop down list with search asp.net OR search option in dropdownlist asp.net

Here in this post i will show how Search Option in ASP.NET dropdownlist .....

OutPut :





 Default.aspx Page