Template Fields in ASP.net GridViews

Soldato
Joined
18 Oct 2002
Posts
9,158
Hi all,

I have a template field in my ASP.net GridView which I am using to add validation for when users edit data via the gridview. What I want to do is add a checkbox in there to define wether users enter into a certain piece of validation.

What I need to know is how to I reference a control I put within a template field, outside of this template field? using its name ie chkLoginChange does not work.

Any Ideas?

Kind Regards,

James
 
Back
Top Bottom