Find the size of image

  • Thread starter Thread starter deepthy_raj
  • Start date Start date
D

deepthy_raj

I have added some image in aspx page like this

<asp:image id="image1" runat="server" imageurl="C:/Images/Picture.jpg"

Now i want to find the size of image .I also want the name of
image.I have to take this from aspx page.So please help me
 
you can use javascript for that. But the only problem is you won't get right
info if the image is streached.
 
Back
Top