Main Page | Report this Page
.NET DotNet Forum Index  »  General Discussion  »  data datatable...
Page 1 of 1    

data datatable...

Author Message
Georg...
Posted: Thu Oct 29, 2009 9:03 am
Guest
hi ,
I'am working with VB.net in visual basic2008. I have an untyped dataset wich
contains one datatable with one datarow

now i want these data into a crystal report, but it shows only a blank
report ( just labels , no datafields)
can i see in a messagebox which data datatabel contains. I has only one row
?

regards, georg
 
Mansi Shah...
Posted: Mon Nov 02, 2009 3:35 am
Guest
Hi,

You can see that by putting a debug point where you are binding the
dataset to report.

Regards,
Mansi Shah.

*** Sent via Developersdex http://www.developersdex.com ***
 
Mansi Shah...
Posted: Mon Nov 16, 2009 4:12 am
Guest
Hi,

To check whether datatable contains any rows or not, you can debug the
program.

Or you can run a loop for datatable , and can use response.write(..) to
view all the data.

Regards,
Mansi Shah

*** Sent via Developersdex http://www.developersdex.com ***
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Mon Dec 07, 2009 6:22 am