| .NET DotNet Forum Index » General Discussion » data datatable... |
|
Page 1 of 1 |
|
| 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 |
|
|
| Back to top |
|
|
|
| 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 *** |
|
|
| Back to top |
|
|
|
| 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 *** |
|
|
| Back to top |
|
|
|
|