views:

4

answers:

0

When using a GridView, not in edit mode, is there a way to get ANY information to the Event in the CodeBehind. I would really like to be able to use the same thing that is used on button with CommandArgument But it dosent have anything like that on a checkbox. I could of course just use images, but I shouldnt have to, there should be an easy way to get some event Args to the CheckChanged event. What am I missing?