|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Dynamically add web control
Originally posted by : Ping (echogp@hotmail.com)Hi Alli have a web form needs adding dropdownlist dynamically, now i can add the dropdownlist programally, but i can't make the 'SelectedIndexChanged' event of each dropdownlist working, someone can help?your help will be greate appreciate.Thanks.
|
|
#2
|
|||
|
|||
|
Originally posted by : Hi To handle event raise by dynamically added control use AddHandler method. addhandler drpList.SelectedIndexChanged, addressof(new eventhandler selectindex())Neeta ------------Ping at 8/2/2001 5:33:00 PMHi Alli have a web form needs adding dropdownlist dynamically, now i can add the dropdownlist programally, but i can't make the 'SelectedIndexChanged' event of each dropdownlist working, someone can help?your help will be greate appreciate.Thanks.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Dynamically add web control |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|