Click to See Complete Forum and Search --> : Getting id's from checkboxes in datagrid


thomzon
08-23-2005, 12:30 PM
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.

A1ien51
08-23-2005, 11:29 PM
Checkout this thread: http://webdeveloper.com/forum/showthread.php?t=76119

Eric