Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Databind Label...

Status
Not open for further replies.

bartee

MIS
Mar 20, 2005
147
US
New with .net and really have mostly used datagrid's, select boxes, etc for databinding.

Using .net 2.0/vs 2005.

I have an object datasource set up on my web form. This object datasource returns 1 record.

I have several labels/text boxes on my form that I want to display info about this one record (company name, address, etc).

My object datasource is bound to a dataset I created in the designer (xsd).

What's the most efficeint way to accomlish this -- either in code or the designer?

Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top