Easy image resize - works on web matrix - does not on 3rd party se

A

ASPQuicky

I am trying to resize and image in a page load, image1.width="400"

This works on my web matrix run, but when run on my third party server, I
get an compiler error:

BC30311: Value of type 'String' cannot be converted to
'System.Web.UI.WebControls.Unit'

What do I need to do?
 
K

Ken Cox [Microsoft MVP]

Try this?

image1.width=Unit.Pixel(400)

Let us know if it works?

Ken
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top