Hi all,
I just upgrade my project ASP 1.1 to ASP 2.0 with the wizard offer in Visual Studio 2005 Professionnal Edition
In the new version (asp 2.0) ,
the addhandler of my button.click is not work anymore.
That means when I cliked on the button the postback is performed but the
event are never fired.
The addhandler is in my form Load so everything must be ok...
In my previous version(ASP 1.1) every is work.
I don't know why, now in 2.0 is not work
what is the problem ? What do I have to verify ?
Thanks!
NHV