Tricky DataGrid Events Issue
I have created a datagrid in a user control (.ascx) and i'm loading it into another page (.aspx). I create a Delete button column using the property editor and then use the properties tab in .NET to assign it an event on 'DeleteCommand'. .NET automatically inserts an event handler and method in the code, which i populate, but the event doesn't fire at run time. I do get a postback, but no event. I've read across the internet and this problem takes place in many different shapes and sizes. This one should be fairly simple, but I can't seem to fix it. I've even created a template control, added buttons, and assigned event handlers to those buttons at run time and still no go.
Any help would be great!
Actions are a direct result of your desires. Desire for good things.
__________________
Troubleshooting life: 1 bug at a time.
|