data table
am 23.01.2008 02:11:07 von 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
Re: data table
am 24.01.2008 02:43:32 von Alvin Bruney
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
-------------------------------------------------------
"BIJU" wrote in message
news:5B5E4E6E-038D-4798-89B4-FC759DCA6717@microsoft.com...
>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