|
||||||||||||||||||||||||||||||||
Q: SelectedIndexChanged event for System.Web.UI.WebControls.Drop
|
Author | Message |
---|---|
![]()
Hello! For some reason "SelectedIndexChanged" event for DropDownList in my application does not work (and I cannot find any sample where it actually works). Any idea? Thanks! |
|
Mon, 25 Apr 2005 14:13:55 GMT | |
![]() |
|
![]() ...set the AutoPostBack property of the DropDownList
object to true and write a delegate for the OnSelectedIndexChange event of the same object. That will do it. Regards, Raphael (www.ilohraphael.net) Quote: >-----Original Message----- DropDownList in my application does not work (and I cannot >Hello! >For some reason "SelectedIndexChanged" event for find any sample where it actually works). Quote: >Any idea? >Thanks! |
|
Mon, 25 Apr 2005 21:41:16 GMT | |
![]() |
|
![]() |
|
Wed, 18 Jun 1902 08:00:00 GMT | |
![]() |
|
![]()
Be sure your DropDown Propertie AUTOPOSTBACK is set to true. For some reason "SelectedIndexChanged" event for DropDownList in my application does not work (and I cannot find any sample where it actually works). Any idea? Thanks! |
|
Tue, 26 Apr 2005 01:36:30 GMT | |
Page 1 of 1 |
[ 4 post ] |