Groups | Blog | Home
all groups > asp.net > august 2003 >

asp.net : Multiple DropDownLists


Darren
8/17/2003 11:32:13 PM
Hi all,
I have a page with several dropdownlist controls, can
anyone suggest the best way to detect when the
selecteditemindexchanged has occurred on any of them.

Thanks

Steve C. Orr, MCSD
8/17/2003 11:57:17 PM
You could set the AutoPostBack property to true for them.
Then you can respond to the server side SelectedIndexChanged event for the
DropDownList that got changed.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire


[quoted text, click to view]

AddThis Social Bookmark Button