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
 
Back
Top