DropDownList.RaisePostDataChangedEvent Method
Assembly: System.Web (in system.web.dll)
The ASP.NET page framework calls the RaisePostDataChangedEvent method on a DropDownList control when the LoadPostData method indicates that the state of the list items has changed in the DropDownList control. The RaisePostDataChangedEvent method calls the OnSelectedIndexChanged method to raise the SelectedIndexChanged event. Control developers can override the OnSelectedIndexChanged method to perform custom processing when the user selects items in the control.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.