I have added a checkbox column in datagrid. I want to put my save-record routine on checkbox checked event.
I am not getting proper syntax for
if chkbox.checked
mysaveroutine
end if
Which event of datagrid will handle it in ASP.net using
VB.
Can anyone put the sample code.