Multiple DropDownLists

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

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

Darren
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top