show data without grid

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
 
I

Ivan Demkovitch

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

show data without datagrid 1
data grid 8
Single Page Sorting 2
Need GridView Help 17
Data Entry Form 4
ASP.net webpage and database 4
Books 4
NuB datagrid question 6

Top