I am new in Asp.Net Web development..........
I want to perform Select All functionality in gridview with paging using client side scripting only i.e. javascript, jquery or so,
do not want to use server side code.
Can anybody help me out for solving this issue?
Thanks in advance.
- Regards
MSWeb DeveloperPosted May 22, 2015, 6:37 AM
Anant KulkarniPosted May 22, 2015, 5:44 AM
MSWeb DeveloperPosted May 22, 2015, 5:28 AM
Anant KulkarniPosted May 22, 2015, 3:49 AM
MSWeb DeveloperPosted May 22, 2015, 2:41 AM
Hello Anant....
In this application paging has been performed by the designer team using Javascript, Jquery code.
Gridview is surrounded with an UpdatePanel. I have put ScriptManager on the page/master page before the update panel to work.
So I need to use OnCheckedChanged event of checkbox no??..... as Rowdatabound event will not get fired if I move from one page to another page & if user selects/deselects the checkboxes using gridview header SelectAll checkboxes from any page. Postback for OnCheckedChanged event doesnt take more time to process?, is this a good approach?
Upendra Pratap ShahiPosted May 22, 2015, 2:22 AM
Anant KulkarniPosted May 22, 2015, 2:16 AM
MSWeb DeveloperPosted May 22, 2015, 2:12 AM
Upendra Pratap ShahiPosted May 22, 2015, 1:58 AM
Anant KulkarniPosted May 22, 2015, 1:29 AM
MSWeb DeveloperPosted May 22, 2015, 1:22 AM
Anant KulkarniPosted May 21, 2015, 4:17 AM
MSWeb DeveloperPosted May 21, 2015, 3:21 AM
Anant KulkarniPosted May 21, 2015, 3:04 AM