c# code drop down list

Please can you help me with c# code for populating a drop dowwn list with sql server database

Regards,
Re.Vinaitheerthan
www.vinaitheerthan.com

1 Reply

SN snsr January 19, 2007 09:13 AM UTC



dropdownlist.datasorce=dataset;
dropdownlist.datafield="Empname";
dropdownlist.databind();

Loader.
Up arrow icon