Click to See Complete Forum and Search --> : trap check box value in Javascript


sansircar
October 10th, 2005, 02:36 PM
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.

PeejAvery
October 11th, 2005, 11:13 AM
I have a checkbox template column in a DataGrid on a user control in .NET.
Are you talking Visual Basic .NET, .NET Framework, ASP.NET, ect.? What language?