i am using c# with asp.net and sql 2005 as backend, i want to use dropdown list cntrl in a form and
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:28 UTC
Read the original article
Hit count: 128
ASP.NET
i am using c# with asp.net and sql 2005 as backend, i want to use dropdown list cntrl in a form and fetch a column in a textbox which is linked to that dropdown cntrl in the database, what coding should i use in c# for that?
© Stack Overflow or respective owner