3
Answers

show the database data in dropdown list

SARAVANA PERUMAL

SARAVANA PERUMAL

15y
3.3k
1

I am developing the 3-tier architecture.... I finished my database parts. In my database i have country as a table that contains countrycode,countryname field.I insert some data's in that table.. my problem is i want to show the countrycode items only in presentation layer using dropdownlist..... any body give idea for me..........................
 
 
Thanks......
Answers (3)
0
Vikrant More

Vikrant More

NA 1.5k 166.3k 12y
Insted of creating another stored procedure why dont you create the DML Trigger on Update it will insert the records into new table. this will not harm on you performance i think.