Showing posts with label Scripting Languages. Show all posts
Showing posts with label Scripting Languages. Show all posts

Saturday, 31 August 2013

Scrollable GridView using JQuery...?


 
I have a Gridview, in my GridView I have thousands of Rows. Previously I'm displaying my Grid using paging concept. But now my requirement is to display the data with Scrolling option with Headers should be fixed. To follow the below steps we can easily do this...

CheckBox select / De Select All using Javascript.


CheckBox SelectAll / DeSelectAll


                In this article I'm trying to explain how to select all checkboxes and how to deselect all checkboxes using single click. For this I'm introducing JavaScript function using this JavaScript function easy to select all checkboxes and deselect all checkboxes and call that JavaScript function in control itself.