Dynamic control event not working

  • Thread starter Thread starter Islamegy®
  • Start date Start date
I

Islamegy®

In every pastback your dynamic controls will lost from the control
collections. , You must Initialize the Control and it's Event in Page_Init
or Page_load. that's fix your problem.
 
Hi all,
When generating controls dynamically on a server event,
control event does'nt work.
Whats the problem?
Thanks,
Sharon.
 
If all dynamic controls have to be created in the page_load event,
how do i know what event was triggered?
I mean i can not use any other events.
Thanks,
Sharon.
 
Back
Top