dropdownlist
hi friends,
how can i display a database data in a dropdownlist.i am working with c#.net 1.1 and sqlserver. i used this code
DropDownList1.SelectedItem.Value=dt.Rows[0]["Tone_type"].ToString();
this will display the data.
but after displaying,the reset button for clearig selection of dropdownlist will not work.how to solve this problem??
sumith
__________________
sumith
|