Table.Width question

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,813
Messages
2,569,699
Members
45,491
Latest member
JennyPerso

Latest Threads

Top