vote up 0 vote down star

I have an ASP.NET DataGrid inside of a user control (.ascx file). The OnItemCommand attribute is set to a valid event handler (in the code-behind for the control), and the the buttons in the ButtonColumn have a command set (say "DoSomething"). Clicking the buttons causes an event validation error.

If I disable event validation on the hosting page, the validation errors stop but the event handler never gets fired.

How can I get the buttons to send their commands to my event handler?

flag

1  
Can you post your DataGrid code? – jkelley Aug 4 at 22:23
Yes please, post how is done. Is it VB.Net or C#? – Sebastian Aug 5 at 1:13

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.