What should one bind data to to display only one record?

  • Thread starter Thread starter Darrel
  • Start date Start date
D

Darrel

I use repeater controls and attach a dataset to it to create a list of
records.

When I want to display just one record, what should I bind the data to? I
can use a repeater, but it clutters the DESIGN view just for one record. Is
there a generally accepted 'best option' for what control to use to bind one
record to?

-Darrel
 
If there are just a handful of columns, it might be easiest to just
lay out some Label controls on the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top