|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataGrid & Checkbox Template ColumnsHi,
I've got a simple datagrid (ASP.NET C#) that is populated by an adapter from SQL. I have two template columns - one with a checkbox and one with a textbox. I am allowing users to indicate which rows to remove from the grid by checking the boxes - the boxes don't autopostback, i want to remove all selected rows at once on page postback - my problem is: I can find now way of iterating through the datagrid rows to check whether each checkbox in the template column is checked or not!! Does anyone know of a way to do this? |
|||||||||||||||||||||||