Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Re: AW: Re: Referencing an asp:Checkbox contorl to a row (item) in a datagrid


Message #1 by "Jeremy Hofmann" <jlhofmann@h...> on Wed, 23 Jan 2002 23:29:06
In your event handler, be sure to cast the sender object as a CheckBox, so 

that you can reference the Checkbox properties and attributes!



In C# this is (CheckBox)sender...

  Return to Index