DataBind DataSource Result to ASP Labels

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-05-19T17:04:55Z Indexed on 2010/05/19 17:10 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

I have an AccessDataSource TestSummaryADS. I can easily view the results in a GridView or DropDownList by setting its DataSourceID property.

How do I bind a value from the results TestSummaryADS to the text of a label?

I'm just trying to populate labels on my page with results from the DB entry.

C# or VB.NET answers okay.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net