Link to home
Start Free TrialLog in
Avatar of Adam_Li
Adam_LiFlag for Norway

asked on

Display info from DB to Label in asp.net (C#)

Hi
Is there any simple way to display text from database to label in asp.net?  NB! c#
Avatar of Russ Suter
Russ Suter

The question is very broad. Text from a database could mean just about anything. If you want to display the value from a single column of a single row of a single table then what you're asking is trivial. If you want to display all the text of the entire database then that's probably not possible. I suspect what you want is either the first case or somewhere in between. Can you elaborate?
Avatar of Adam_Li

ASKER

just one single string from a table Field. Actually two tables, left Outer join Query, but that isnt important.
On page load.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Shows how to go to the database and put the information on a label.