Click here to Skip to main content
15,910,787 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends i am using gridview and in gridview i am using checkbox and label and when i check the checkbox in any row then the corresponding label value should be printed
Posted
Comments
Sandeep Mewara 24-Jul-10 2:05am    
Ok. So what is your issue? What have you tried?

1 solution

you can do this by using onclick event of checkbox and call javascript on same event.
you can get the client id of each control in grid view.
 
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