Gridview checkbox click event handling in javascript
-
I have a grid view which contants a checkbox template column and a flag column. I need to make a div section of the page visible/invisible based on the flag of the row on which the checkbox is checked. So i need to fire a checkbox click event on whcih I need to get the value of the second cell. All these needs to be done in javascript. Can any one help?
-
I have a grid view which contants a checkbox template column and a flag column. I need to make a div section of the page visible/invisible based on the flag of the row on which the checkbox is checked. So i need to fire a checkbox click event on whcih I need to get the value of the second cell. All these needs to be done in javascript. Can any one help?
Hope this link will help you http://www.codeproject.com/KB/webforms/GridViewcheckBoxes.aspx[^]
cheers, Abhijit
-
Hope this link will help you http://www.codeproject.com/KB/webforms/GridViewcheckBoxes.aspx[^]
cheers, Abhijit
That will not help.. I want the event to be fired on the very time when the checkbox is clicked