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.
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.