Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Note: it is web application using asp.net with C#.

Faculty table as follows

Facid Facname
1 Ram
2 Suresh
3 Vignesh
4 Rajesh


Bthfac table as follows

Bthid Bthid Facid
1 1 1,2,3
2 2 3,4
3 3 2,4

from dropdownlist selected item value respective name to be displayed in listbox.



Run mode screen has follows;
Facid dropdownlist
Listbox


in the dropdownlist i displayed facid from the Bthfac table in that dropdownlist.

for example when i select the facid 1,23 in the dropdownlist, i want to display the facname in the list box.

for that how can i do using asp.net in c#

Run mode example as follows
Facid 1,2,3 (select in the dropdownlist)

i want to display the particular facname in the listbox. listbox shown below

Listbox ram
suresh
vignesh

for that how can i do using asp.net using C#.

Note: it is web application using asp.net with C#.


please help me.

Regards,
Narasiman P.
Posted
Comments
RelicV 16-May-13 2:32am    
Narasiman, without your effort we are not going to be much of a help to you at all. We're here to help you whenever you're struck at some buggy code or logic. We need your code to help you as we are not going to create an app and provide it to you as per your specifications because you're not our client. Good luck.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900