Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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


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?


please help me.

Regards,
Narasiman P.
Posted
Updated 15-May-13 7:21am
v2
Comments
joshrduncan2012 15-May-13 13:10pm    
Help you with what? What have you done so far to try to accomplish this?
Maciej Los 15-May-13 13:22pm    
WinForms, WebControls, WPF?
What kind of database?
What have you done so far?
Member 9581488 15-May-13 13:34pm    
are you looking for some SQL query to populate desired result?
R. Giskard Reventlov 15-May-13 13:54pm    
We don't do homework.

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