Data can be loaded into a DataSet from:

A) Microsoft SQL Server
B) Microsoft Exchange
C) Microsoft Active Directory

Showing Answers 1 - 8 of 8 Answers

Raj

  • May 26th, 2007
 

If in dataset data table is not contain data then i want to show to the user "Data is not available." How can i solve this problem. 

  Was this answer useful?  Yes

Mayu

  • Aug 9th, 2007
 

You can do it by : if ds.Tables("TableName").Rows.Count=0 Then "Data Not Available".

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions