Ask a Question related to ASP.NET General, Design and Development.
-
Blake Versiga #1
Image Height and Width values
After pulling an image from the data base and the Image.Height and
Image.Width are not set to the ImageURL's attributes.
1) Is there a way to have these properties updated? or
2) How do I get the image height and width to store?
Thanks in advance.
Blake Verisga
Blake Versiga Guest
-
how to get stream width and height?
hello; is there a way to get a streams width and heigh so that I can dynamically change the size of the video object? thanks dsdsdsdsd Chicago -
jump menu + cfgrid image width height problems
2nd day and no answer of anyone, please help! Just to simple questions: 1. HOw could I build a cfselect jump menu, since JavaScript does not work... -
getting image width/height before uploading
Hello, Q: How do I get image width and height before uploading an image? This because, I want to restrict people uploading huge files. ... -
Obtaining Width and Height for an Image
I am having a problem here. I have an ASP page which displays different images according to the querystring and the images are all of different... -
Image Width and Height in Code View
OK, at long last I've made the leap from Homesite to Dreamweaver MX. In the main, everything is just fine and most of the time I feel like I'm still... -
Showjumper #2
Re: Image Height and Width values
Will this help?
Protected WithEvents About As System.Web.UI.WebControls.Image
And then in your sub:
About.Attributes.Add("height", 15)
About.Attributes.Add("width", 130)
Or whatever the values are for the height and width
"Blake Versiga" <.> wrote in message
news:unYEMoUQDHA.2176@TK2MSFTNGP12.phx.gbl...> After pulling an image from the data base and the Image.Height and
> Image.Width are not set to the ImageURL's attributes.
>
> 1) Is there a way to have these properties updated? or
>
> 2) How do I get the image height and width to store?
>
> Thanks in advance.
> Blake Verisga
>
>
Showjumper Guest



Reply With Quote

