show data without grid

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I'm creating a asp.net application in C#. (i'm new to this process). All the
examples i see that are displaying data are using the DataGridControl. Can
anyone point me to some examples that is displaying data from a SQL database
without using the DataGrid?

Thx
 
You can use DataList control just for displaying data. Works well if display
is all that needed.

When you get more advanced you can display tabular data as you want
(controlling HTML output). But that wouldn't be RAD
 

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

Similar Threads


Back
Top