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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top