Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to find nested gridview control id in button click event which outside of gridview.
Posted
Comments
_Amy 2-Aug-12 7:16am    
What have you tried so far?

1 solution

A gridview does not exist on your client. It's a table. You can examine your SQL and find the ids that are being auto generated, and then use those, or you can iterate over your DOM looking for nested tables, or you can search via searching for something inside the table. Overall, it's better to use repeaters to emit your own tables, then you have full control over the output.
 
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