-
Populating 2 Dropdown List control
Hello everyone.
I have two drop down lists, a and b in my asp form. the items in drop down
b will be populated based on the selection on drop down list a.
Thats is i will use the value selected in a to query for the values that
will be displayed in b
The item in both drop down list is populated from database tables tabA and
tabB.
The task here is that i want to automatically populate the second dropdown
list immediately the content in first dropdown changes.
-
Re: Populating 2 Dropdown List control
http://msdn.microsoft.com/library/de.../dependent.asp
"Nelson" <jbamisaye@yahoo.com> wrote in message
news:3ef6ebb8$1@tnews.web.devx.com...
>
> Hello everyone.
>
> I have two drop down lists, a and b in my asp form. the items in drop down
> b will be populated based on the selection on drop down list a.
> Thats is i will use the value selected in a to query for the values that
> will be displayed in b
>
> The item in both drop down list is populated from database tables tabA and
> tabB.
>
> The task here is that i want to automatically populate the second dropdown
> list immediately the content in first dropdown changes.
>
>
-
I've been having the similar problem for a long time on the dropdown list populating. All the experience I had was with some C# UI dropdown list. I think I gained something from this topic.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|