Advertisement

04.26.2008 at 06:55AM PDT, ID: 23355816
[x]
Attachment Details

ASP.NET C# to VB

Asked by lrbrister in .Net Editors & IDEs

I'm trying to convert the code below to VB with an online code converter.

It's bombing out on the datatable part...I can convert the session section.

Not familiar with C# AT ALL.

Private dataTable customers
{
get
{
if (Session["GridSource"] == null)
Session["GridSource"] = getCustomers("");
return Session["gridSource"] as DataTable;
}

Set { Session["gridSource"] = value; }
}
Start Free Trial
[+][-]04.26.2008 at 09:15AM PDT, ID: 21445966

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: .Net Editors & IDEs
Sign Up Now!
Solution Provided By: GreenGhost
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906