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
 
Back
Top