Is it possible to output data from a database in ASP.NET without using a datagrid. The reason for this is that I can't seem to be able to loop through a table or use a lot of the programing concepts that I'm used to using in ASP. Obviously, using datagrids is probally a much better option and carries out a lot of the task I'm attempting to do but I just can't seem to get the hang of it or find related information (before anyone thinks of saying "google it").
Any help would be nice, possibly some links to some good tutorials for ASP.NET and Access too lol.