I have a checkbox template column in a DataGrid on a user control in .NET. I have a hidden column and the DataKeyFiled with the ID.
On the check or uncheck of a checkbox in any row i need to trap the id of that row and build an xml string which needs to be sent to the databse later for parsing.
Please advise.
thanks a lot.