Saturday, January 16, 2010

C# event not fired on click event of dynamic controls?

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.C# event not fired on click event of dynamic controls?
http://www.dynamic-control.com/


hope this will helpC# event not fired on click event of dynamic controls?
You have to programmatically wire the events.





Here is how its done;


http://www.code-magazine.com/article.asp鈥?/a>

No comments:

Post a Comment