Hi,
Im using a Template column control and i need to access it in server side..Can anyone help me regarding in this..Its very Urgent
Thanks in advance.
Here's a sample of how I do it:
DirectCast(row.Items(9).FindControl("CheckBox3"), CheckBox)
Ed
Edit: This is for the webdatagrid, but it's the same idea