Hi all,
I dynamically add buttons to the page in Page_PreInit phase, then when user clicks one of those buttons I again call Page_PreInit in which more buttons are added.
My problem is: when I wire event to these newly added buttons (buttons added to page when user clicked) it doesn't want to fire.
I read that I have to create controls in page_preinit phase so that they get wired to events but it's not working.
Please help, when should i create buttons ???
Go to the complete details ...