Problem with 2 DropDownLists

J

Jorge

I don't know in what case can this happen.

I have to WebUserControls (CompositeHeader1 and
SubcategoriesList) each one have a DropDownList
(ddlCategories and ddlSubcategories respectively).

the clientID for them
are "compositeHeader1Ctl:ddlCategories"
and "subcategoriesListCtl:ddlSubcategories"

The problem is that when I select an option
in "subcategoriesListCtl:ddlSubcategories" the
ddlCategories.SelectedIndexChanged event is arised instead
of ddlSubcategories.SelectedIndexChanged.

I'v already reviewed the Page.Request.Form("__EVENTTARGET")
value and it is "subcategoriesListCtl:ddlSubcategories".

Any Idea??

Thank's in advance.
Jorge
 

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,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top