hi
I have taken one image control("image1") in the form("frmForm1.aspx").Now i want to one image ("mypic.jpeg") whose size is larger than the image control i.e image1.When i run the program, the image control takes the size of the image mypic.jpeg.But what i want is that the image mypic.jpeg fit in the image control along with its size.I mean the image mypic.jpeg should expand if it's size is smaller than image control and should contract if it's size is larger than image control.But the size of the image control shouldn't be changed. So, how can i do this ??? Currently, i am using ASP dot net 2005 using C# dot net ..