handling selectedindexchanged event of a runtime control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi guys, i have created dropdownlist control at runtime in asp.net by creating a class object. now the problem i face is that i am not able to handle the selectedindexchanged event of that control at runtime. i suppose i have to create an event delegate for that. i also tried to place a dummy ddl control on form and tried to use the same event of it by callin it through delegate and passing my runtime ddl controls to it as object.but i failed miserably.let me be clear once again that i did not create any ddl control on the form. i just created all controls at runtime.the problem is tht i am not able to catch selected item at run time of those controls.