data table

  • Thread starter Thread starter BIJU
  • Start date Start date
B

BIJU

I am very new in ASP.NET. In my project I have to use Data Table. For that
When I declared an instance of DataTable like "Dim dtable as DataTable", I
got an error message that "type Expected" Kindly provide solution and thanks
in advance
BIJU
 
You need to new up an instance before you touch it.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Data TAble declaration Problem 9
ArrayList 1
Object reference not set to an instance of an object? 10
Insert New Record 3
SQL datareader problem 1
Connection with SQL server failed 3
DataRow? 1
Asp.Net repeater 4

Back
Top