Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to implement Maintaining Check Box State in Gridview while paging any body know please help me
Posted

 
Share this answer
 
Comments
m@dhu 8-Mar-11 2:16am    
Ah I gave the same link too fraction second later.Deleted.
thatraja 8-Mar-11 2:18am    
Oops, why man? you might append with some other links.
Rupa1 8-Mar-11 2:25am    
ya thx sir got it
If you are using ASP.NET 4.0, you can use EnablePersistedSelection properties to enable the same.

XML
<asp:GridView id="grdview" runat="server" EnablePersistedSelection="true">
</asp:GridView>
 
Share this answer
 

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