Click to See Complete Forum and Search --> : dropdownlist backend conncetion


karthik_balus
March 20th, 2006, 01:31 AM
Hai,
Im new to asp.net... Im doing project in asp.net... Im a student....
I need to place the values of backend table to dropdownlist while runtime...

consider a table name "new_user".... in that a field named "emp_id" ...

I need the inserted values of emp_id in the dropdownlist in runtime...
I need the coding for this... Please help me out in this...

regards
karthik

mcmcom
March 21st, 2006, 08:00 PM
is this an Sql Database?

look into the Data.SqlClient namespace.

here is an example : http://www.codersource.net/asp_net_dropdownlist.html

hth,
mcm