Click here to Skip to main content
15,898,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using web grid , i have 2 columns one for Name and second for check box. It's display correctly. Now i got a problem with paging. in my grid 10 records there i can divided into 2 pages. when i select one check box in page one, now i click on page 2,then i click on page 1 what i am selecting checkboxes are cleared. how can i handle it?
Posted
Comments
TryAndSucceed 10-Oct-13 10:25am    
Assign unique ID's to every checkbox and while moving on Page 2(i.e. Postback), look for selected ID's and save them in session. When you come back to page 1, select those checkboxes again by looping.
sai sagar 11-Oct-13 2:45am    
Hi, thanks for replying . can you send the code for that one

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900