Thanks for your help. The link below has some good idea for javascript to work with grid view. I just changed it too meet my needs. It worked.
http://weblogs.asp.net/farazshahkhan/archive/2008/02/27/javascript-enable-disable-dropdown-in-gridview-using-checkboxes.aspx
Thanks vacunita. I want to use this javascript, but it is not working. Nothing happens when I check/uncheck the ActiveClientCheckbox.
Here is the corresponding generated html source from browser ->view source.
Thanks for your help.
<table class="mGrid" cellspacing="0" rules="all" border="1"...
I have a gridview which has the first Item Template as a checkbox (CheckBoxActiveClient), then it has some BoundFields that display data from the database, and the last column is a textbox item template (Copies) that takes input from the user. Using javascript, I want to disable the the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.