|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
List of Dropdown lists with ASP.NET!!!
Hi,
I have this problem where I have certain tests being conducted in certain locations. I will need to have a list of check boxes with the tests being conducted. The next column should have a dropdown list of locations for the particular test. All the tests and the locations are picked form the database. Eg. Test(checkbox) Location ( dropdown list) Science Sydney, Melbourne, Perth Math Sydney, Darwin Any ideas will be appreciated. Regards, Seenu |
|
#2
|
|||
|
|||
|
Hi.
It's been a while since i looked deeply at the data side of dot net but the areas i'd look at if i were you are: Have a dataset with two datatables in, one for tests one for test locations, and join them in the normal way so you're holding them relationally. Display the info in a datagrid. I know you can put any control you like in a datagrid including drop down lists and i'm pretty sure you should be able to bind the DDL to the test locations table for each test. Thats where i'd start looking anyway. Hope it helps Pips |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > List of Dropdown lists with ASP.NET!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|