Event not fired on click of dyanmic dropdownlist in webuser contro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created couple of dynamic controls (dropdownlist and imagebutton) in
webuser controls and assigned selected index change event and image button
clicked. I am giving names to control dyanmically.

My problem is : somtime it does not recognise click event of image button
and selected index change event.

Kindly do help me. My mail id is (e-mail address removed).
 
Is it sometime only or always.. ?? Did you check with AutoPostBack
property??

Nirosh
 
Also, are you creating the control in the Init() event or somewhere
else?
If you create the controls in some other place, like in Load(), it
sometimes leads to improper wiring of events.
 
Back
Top