Sorry, I am not giving any solution. But I would like to know whether you find the solution to this problem. I am also trying to migrate a perctly working 1.1 web application to .Net 2.0.
I am having a same problem as yours and also with DropDownLists. Selected Index Changed Event is getting fired, page is posting back, but event handler is never getting called.
Please let me know if you find the solution to your problem.
medpaceDevop...
Member
30 Points
6 Posts
Re: Linkbuttons In Datagrid Click Event Not Firing After Migrating To 2.0
Jul 19, 2006 03:21 PM|LINK
Hi cognitronic,
Sorry, I am not giving any solution. But I would like to know whether you find the solution to this problem. I am also trying to migrate a perctly working 1.1 web application to .Net 2.0.
I am having a same problem as yours and also with DropDownLists. Selected Index Changed Event is getting fired, page is posting back, but event handler is never getting called.
Please let me know if you find the solution to your problem.
Thanks
</div>MS AspNetDev...
Member
43 Points
17 Posts
Re: Linkbuttons In Datagrid Click Event Not Firing After Migrating To 2.0
Jul 19, 2006 03:58 PM|LINK
ragmarvel
Member
2 Points
1 Post
Re: Linkbuttons In Datagrid Click Event Not Firing After Migrating To 2.0
Jan 30, 2008 07:47 PM|LINK
I was experiencing the same problem : I tried creating a clean .NET 2.0 application and it still did not work.
The cause of the problem is that, every time the datagrid is databound it loses the refrences to the event handlers.
Solution:
You can either re-add the event handlers in the OnItemBound event.