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.



Go to topic 54835

Return to index page 64
Return to index page 63
Return to index page 62
Return to index page 61
Return to index page 60
Return to index page 59
Return to index page 58
Return to index page 57
Return to index page 56
Return to index page 55