|
Subject:
|
Dataset in vb.net
|
|
Posted By:
|
thas123
|
Post Date:
|
1/15/2007 3:35:13 AM
|
Hi,
I've done this code in c# in asp.net 1.x. same thing i want to do in asp.net 2.0 in vb.net.
im getting an error in vb.net . dsGrd = (dsGrd) Session["GridDataSet"];
how do i type cast the same to vb.net.my code in vb was, dsorders = CType(Session("GridDataSet"), <b>dsorders</b>) and error was the bolded dsorders type was not defined.can somebody help me.
Regards, Tasnim.
|
|