aspx thread: Re: AW: Re: Referencing an asp:Checkbox contorl to a row (item) in a datagrid
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...
|





