Populate dropdown list based on selected value in another dropdown list
I have a datagrid (grdCar) that contains two dropdown listboxes (ddlCarManf and ddlCar). When the user clicks the "Edit" link and places the grid into edit mode, they select a value in ddlCarManf. Based on the selected value in ddlCarManf, I need to then populate ddlCar with a list of cars for which the selected manufacturer makes (I'm using ddlCarManf.SelectedValue to query the database).
I bind my datagrid in the page_load event as:
If Not Page.IsPostBack Then
BindGrid()
End If
Here is my control (ddlCarManf) as is appears within grdCar in ...
automatically generating content in a dropdown list based on the selection of another dropdown list
hi i currently have a "categories" dropdown list i'm using to help filter data in a datagrid (have it setup using data and table adapters). i've introduced another dropdown list (called subcategories) to filter the datagrid so it only displays records that fit in both the category and subcategories.it all works fine, but i'm wanting to set it so the subcategories dropdown list gets generated on the client-side depending on the category selected. does anybody have any quick tutorials or a quick explination on how i could do this? am i missin...
Hide dropdown list based on other dropdown list selection
Hi,
i have an aspx page with a form. I want to hide dropdown list b depending on what is selected for dropdown list a.
I need to do this client side
Im new to this so any assistance would be appreciated.
Thanks in advance
could you explai briefly about your requirements?
you want to maske dropdownlist b as invisible if you select any item on dropdownlist a?
or you want to make it invisible for a specific item?
Hi,
Change the visibility of dropdownlist as false on selected index change.
Private Sub ddl_a_SelectedIndexChanged(ByVal sender As Syste...
Populate a Dropdown List based on the value of another Dropdown List
Hi ALL, I have two Dropdown List.I need to Populate second Dropdown List based on the value of first Dropdown List.I am n't using Update Panel.Pls suggest me RegardsSri
ASP.NET AJAX Cascading DropdownDarrell Norton, MVPDarrell Norton's BlogPlease mark this post as answered if it helped you!
just populate second dropdown in SelectedIndexChanged event of the first dropdown. Muhammad ShoaibSoftware Engineer,Lahore, Pakistanwww.heartofpakistan.com (U/C)--------------------------------Mark it as ANSWER if it Helps U
Check out this link with co...
Using a selection from a dropdown list to fill in a second dropdown list.
Hi, I am new to the web programming area and looking for some help. I have a situation where, like i said in my subject trying to base the list in the ddl2, to be based on the selection from ddl1. What do i all need to include to do this. As of now, I have two seperate SQL data sources, with the first one I have it just selecting from our database. For the second list, I have a second sql data source that does a selection of a different column from teh same database but in the where clause have a parameter that will equal the selection from teh first.. &n...
one dropdown list affecting another dropdown list vb.net
I am desgining a website using VB.NET wherein the data items of one dropdown list depends on the selection of a data item in the previous dropdown list
something similar to selection of country USA from 1st dropdown list...triggers 2nd dropdown with list of states in USA
How can this be accomplished....
Any help will be appreciated...
Thanks & Best Regards...
hi boy,first I suggest turn on auto postback on first dropdownlist. In select index changes(first dropdownlist) - select value on second dropdownlist My blog is here.Please remember to 'Mark as Answer' i...
Selection in one dropdown list effecting the visibility of another dropdown list
I have two drop down lists. They are not databound. We'll called them dropdownlist1 and dropdownlist2.Basicly, I want people to choose an object in the first dropdownlist. Depending on their selection, it will make certain items in dropdownlist2 invisible.Currently my thought is to have something in the lines of the following (In the dropdownlist1 - SelectedIndexChanged - Postback being set to Auto)if dropdownlist1.text = "Such and such" then(this is where I would declare which options are available)However, I do not know the proper syntax of saying make the following item...
Filter dropdown list from another dropdown list
Help Please!!!
I am trying to filter the data in a dropdown list from information chosen in another dropdown list.
1st table has modification types, 2nd table has modifications. When the user chooses the modification type needed, then only those modifications should appear in the 2nd list.
mydata7 = New SqlDataAdapter("Select * from ModificationList ", myconnection)
ds7 = New DataSet
mydata7.Fill(ds7, "table")
Dim dr7 As DataRow
ddlModification.Items.Add("Please select Modification ...")
...
Dropdown list bound to another dropdown list
I have two dropdown lists on my page. The first contains a list of names and the second contains a list of hardware devices.
My problem is: When i choose a name from the first dropdown i need the second to become populated with their related devices. This works fine, however if i then change the name in the first dropdown list, it adds another set of devices to the devices dropdown list.
The way i want it to work is to refresh the devices dropdown when the name is changed. So that only that persons related devices show up (in the second dropdown)
Any help would be much apprecia...
Cascading Dropdown List
Hi,
First post so hello and need some help with an issue I have been dealing with. I have an intranet page I created in ASP.NET using C# .NET 3.5 with a few Ajax Extenders including 3 Cascading Dropdown Lists.
Now I have used the Cascading dropdown lists for my own purposes i.e they do not actually cascade their results to another dropdown list, the reason I did this was due to the having a User Control that contains an update panel and other bits i.e I didn't want the control/page posting page (something that happens when you click on a regular dropdown list).
Everything is wor...
how to make one list box(this list box should have selected products) gets filled from another list box (for example this list box has the whole products) by using navigation control
Hello Mate!,
I have two list boxes. one should get populated with whole products. and i have another list box in which i have to move some of the products which i like .
The design should be the one below:
List Box1
List Box 2
all products
Selected products
BMW
>>
BMW
BENZ
>
LEXUS
AUDI
<
LEXUS
<<
Could you please suggest me whether i have to use buttons(by which i move items from one list box to another) ...
Can I populate a Dropdown list in a GridView from another Dropdown list
Hi there,
I have a Gridview control that contains 2 DDLs. The first one is populated on page load (from a Generic list in the code behind) and is working with no problems. I want to populate the 2nd DDL by making a selection in the first DDL which in turn would call a DB method and cause a postback.
I've tried using the "OnSelectedIndexChanged" method for the DDL and the "FindControl" method for the 2nd DDL, but the GridView can't find it on Postback and throws an error. I've also tried using the "onSelectedIndexChanged" method for the GridView bu...
populate a dropdown list on the basis of other dropdown list
I need to populate a dropdown list on the basis of other dropdown list. Both dropdwon list are datasourced with SQL datasource. I tried the SQL datasource where query . but it will need a post back. I dont want my form to be postback. I guess this is what AJAX is for but i really dont know how to get this with AJAX in a simple and quick way..... or it is not simple and quick ????Mark as answer if anybody's post has helped you
It can be simple and quick. See this video:http://www.asp.net/learn/ajax-videos/video-77.aspx And also the tutorial on how to use the Cascading Dropdow...
Dyanamically Creating Controls based on a Selection in a dropdown list
Hi
I am fairly new at this and have been running into issues. This is what I need to do
1. Select an item in a drop down list
2. Based on the selection above I need to dynamically generate fields specific to the selected type.
This is what I was doing
The webpage is basic and has the following:
1. Dropdown list (values are populated from the database)
2. PlaceHolder1 has some controls that I have already there statically created
3. PlaceHolder2 is also statically ad...