Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a gridview with checkbox column,in this i have hide some rows and some rows displaying after filter of text,now i want to find out hided gridview rows and uncheck all checkboxes. using javascript
Posted
Comments
Sandeep Mewara 17-Jul-12 13:56pm    
Ok. And where are you stuck? Update question with what have you tried so far.
WoodenLegNamedSmith 17-Jul-12 15:09pm    
http://msdn.microsoft.com/en-us/library/system.web.ui.control.clientid%28v=vs.100%29.aspx
Use ClientID to assign identifiers to objects that can be accessed through through JavaScript code such as document.getElementById("ClientID");

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