المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Dynamic Multiple Dropdown Lists using Access Database



C# Programming
02-03-2010, 10:53 PM
I am trying to implement multiple dropdown lists with Access Database.

It is like this- I have a dropdown list which takes data of all users from one column in the database and shows them in the dropdown list. Then based on which user is selected, the dropdown list needs to dynamically change its contents to show the tasks related to that user and from this selection of tasks, another dropdown list needs to dynamically change itself to show the actions for that user, and that particular task.

I have not done much coding here since I have added an access datasource and generated the contents from the database into the 1st list but i am not able to take the output from that list and give it as an input to the second list and so on. I have to do it in C# and this is a web application and I am not able to figure it out.

Any help is appreciated.
SJ.