G Guest Oct 18, 2004 #1 I do i resize a ImageUrl Picture to show at 50 precent of its size? the height is only a set not a precent.
I do i resize a ImageUrl Picture to show at 50 precent of its size? the height is only a set not a precent.
A alan.washington Oct 19, 2004 #2 I was able to get it to work by adding a height="50%" to a image control and a ImageButton control. It set both images as 50% of the cell width. I do i resize a ImageUrl Picture to show at 50 precent of its size? the height is only a set not a precent Click to expand... User submitted from AEWNET (http://www.aewnet.com/)
I was able to get it to work by adding a height="50%" to a image control and a ImageButton control. It set both images as 50% of the cell width. I do i resize a ImageUrl Picture to show at 50 precent of its size? the height is only a set not a precent Click to expand... User submitted from AEWNET (http://www.aewnet.com/)
G Guest Oct 19, 2004 #3 I changed it to <asp:ImageButton ID="Picture" height=50% width=50% CommandName="select" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "carPicture") %>' /> and the pictures don't show at all
I changed it to <asp:ImageButton ID="Picture" height=50% width=50% CommandName="select" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "carPicture") %>' /> and the pictures don't show at all
G Guest Oct 19, 2004 #4 I alsi tried Pictureheader.Width.Percentage(50%) Pictureheader.Height.Percentage(50%) and Pictureheader.Width.Percentage(50) Pictureheader.Height.Percentage(50) both did not work
I alsi tried Pictureheader.Width.Percentage(50%) Pictureheader.Height.Percentage(50%) and Pictureheader.Width.Percentage(50) Pictureheader.Height.Percentage(50) both did not work