Linking database column to dropdown control in ASP.Net
Posted
by kunal
on Stack Overflow
See other posts from Stack Overflow
or by kunal
Published on 2010-05-02T10:19:25Z
Indexed on
2010/05/02
10:37 UTC
Read the original article
Hit count: 147
ASP.NET
|sql-server-2005
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#?
© Stack Overflow or respective owner