visual studio .net debugging:
Hi All!
I'm having a problem with an application that I converted to Visual Studio
2005;
The problem follows below.
My Application (ASP .NET with C#)constructs the GUI dinamically. The app
have Buttons that I change their events manually like the line bellow:
Button myButton = new Button();
myButton.Click += new EventHandler(<My method>);
This code worked a long time when this application was in Visual Studio 2003
with Framework 1.1, but when I converted to Framework 2.0 (with Vs.net 2005)
the event does not fire.
The Application only do the PostBack but does not fire the event of the
button!
What can I making wrong?
Thanks in Advance!
--
MSG Servicos de Informatica