S
Suma.Amar
Hi,
I have a problem in web page load event.
I'm creating a controller class in the page_load event of a web page.
That class will have the code for the event handling of all the
controls in the web page. Now my problem is whenever the page is
reloaded, the controller class is recreated. I tried session also to
check whether it is already available. It works fine but only thing is
it is not assigning the event handlers to the page controls.
Can anyone help on this.
Regards,
Suma.
I have a problem in web page load event.
I'm creating a controller class in the page_load event of a web page.
That class will have the code for the event handling of all the
controls in the web page. Now my problem is whenever the page is
reloaded, the controller class is recreated. I tried session also to
check whether it is already available. It works fine but only thing is
it is not assigning the event handlers to the page controls.
Can anyone help on this.
Regards,
Suma.