Do while and If Statements

Jellybaby

Newcomer
Joined
Feb 12, 2004
Messages
14
Hi

I am using DataList to access information from the database...but I would like to code in do while and If statements. I know this was possible in classic asp eg.
if not rstRegion.Fields("Region") = null then

Does anyone know how to this in asp.net....any help would really be appreciated or links to examples

Thanks
 
Back
Top