Hi.
I have a button called btnSelect on a web form. There is a handler for it.
However, the Page_Load() gets called before the handler gets called.
I want to do the following. In the Page_Load(), I want to check if the
btnSelect caused the event. How can I do this?
Please help.
--
Be Cool!
I have a button called btnSelect on a web form. There is a handler for it.
However, the Page_Load() gets called before the handler gets called.
I want to do the following. In the Page_Load(), I want to check if the
btnSelect caused the event. How can I do this?
Please help.
--
Be Cool!
Comment