Dropdownlist in usercontrol doesn't fire

G

Guest

I have a user control with 3 dropdownlist when a user selects the first
listbox based on his/her selection the 2 listbox will load based off
the users selection from the 2nd listbox the 3rd listbox will load. My
problem is the first listbox works but when the user selects the 2nd
listbox the event fires but not in the selectedindexchange event all of
the dropdownlist have autopostback set to true. I have debug and found
that when I select an item in the 2nd listbox it post back to the page
but never fires the dropdownlist2 it does however fires the first
dropdownlist1. Any help will be greatly appreciated.
 
G

Guest

Kim,

You probably missed the links to the source code at the bottom of the page
whose link I gave you.

The concept is to create the controls on 2 stages: 1) initialization: where
you define the controls markup, 2) populating the controls with data. The
first has to happen during the controls initialization stage whereas the
second can happen while consuming an event from another control.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top