Getting id's from checkboxes in datagrid

liunx

Guest
Hi, I am using VS2003 standard datagrid and have added a column with templated checkbox.
Now I want to be able to get an ID read into a string depending on which checkboxes are checked (f.ex. if checkbox for ID=article240 is checked "arcticle240" should be added to the string - which is going to be used in a indepth query).
I have tried a number of approaches but without getting anything out of it.Checkout this thread: <!-- m --><a class="postlink" href="http://webdeveloper.com/forum/showthread.php?t=76119">http://webdeveloper.com/forum/showthread.php?t=76119</a><!-- m -->

Eric
 
Back
Top