Groups | Blog | Home
all groups > c# > april 2007 >

c# : Event not fired on click of dyanmic dropdownlist in webuser contro



Padam
4/5/2007 10:26:01 PM
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.

L.W.C. Nirosh
4/6/2007 12:00:00 AM
Is it sometime only or always.. ?? Did you check with AutoPostBack
property??

Nirosh

[quoted text, click to view]

Latish Sehgal
4/6/2007 1:32:59 PM
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.
AddThis Social Bookmark Button