Linking database column to dropdown control in ASP.Net
- by kunal
I am using c# with asp.net and SQL Server 2005 as backend.  I want to use dropdown list control in a form to populate a textbox.  The dropdown control is linked to a column in the database.  How can I code this in c#?