-
image control
Hi there,
I start using asp.net and have a problem displaying .jepg pictures I have an image control on ListProduct.aspx but the picture display out of proportions, distorted, I can not find the properties like in vb AutoSize and Stretch.
I appreciate your help.
-
Resolved
Well, I resolved it my self, I just added properties AutoResize and Stretch to the control it self.
Even though this properties does not show in the property page of the control, in the IDE. Interesting???
Hope this help some one else