Hey guys...I am having a hard time figuring this out.
I need to display a list of books in a GridView and allow the user to download them.
I got everything working except the checkbox thing...I can display it on a respective column, but how can I set the value the checkbox holds, since I need to get this value from JavaScript avoiding a round trip to the web server.
I like to loop the table and check if the checkbox is checked, if so, then I get the corresponding value...but I found no way how to set this value from code behind
Help is appreciated.
...Alex
I need to display a list of books in a GridView and allow the user to download them.
I got everything working except the checkbox thing...I can display it on a respective column, but how can I set the value the checkbox holds, since I need to get this value from JavaScript avoiding a round trip to the web server.
I like to loop the table and check if the checkbox is checked, if so, then I get the corresponding value...but I found no way how to set this value from code behind
Help is appreciated.
...Alex