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"),dsorders) and error was the dsorders type was not defined which is inside the ctype .can somebody help me.
Regards,
Tasnim.