M
Mark A. Deal
I am reviewing some code in C# and converting it to ASP.NET and have come
across the following code in C# that does not seem to convert to .NET and I
cannot figure out why.
In C#
Table table = new Table();
table.Width = 300;
In ASP.NET
Dim table as Table
table.width = 300
"Value of Type Integer cannot be converted to
System.web.ui.webcontrols.unit"
Anybody know what I am missing?
VS2003
--
Mark A. Deal
Document & Data Solutions, LLC
http://www.docsol.com
Time Matters AIC
HotDocs Certified Consultant
GhostFill Certified Consultant
across the following code in C# that does not seem to convert to .NET and I
cannot figure out why.
In C#
Table table = new Table();
table.Width = 300;
In ASP.NET
Dim table as Table
table.width = 300
"Value of Type Integer cannot be converted to
System.web.ui.webcontrols.unit"
Anybody know what I am missing?
VS2003
--
Mark A. Deal
Document & Data Solutions, LLC
http://www.docsol.com
Time Matters AIC
HotDocs Certified Consultant
GhostFill Certified Consultant