Select Multiple Checkbox with Shift key in Gridview by javascript
Hello Friends, Recently i was just looking at my Gridview where i have a checkbox in each row.. now i need to select all Check box.. for that lots of material is available on net.. and all are enough so i am not going to deep in it check out this… http://www.codeproject.com/KB/grid/GridCheckBox.aspx but now my problem was that i wanted to select few rows but not all let’s say in my gridview the number of records are around 100.. and i want to check the checkbox of first 35 records in that case i had to click on checkbox of all 35 rows. i thought, like all mail accounts like gmail, yahoo, live and in may more… i should be able to select multiple records by shift key. means select the first record and pressing shift key select the 35st record so all the records in between will be selected.. and for that i found lots of jquery or any other javascripts. but here i have tried to make something my own and i am happy to make it.. here is code on Page <asp:GridView ID=...