1、Gridview中的ImageField,在标记中加入ControlStyle-Width
<asp:ImageField DataImageUrlField="SmallPic" NullDisplayText="图ª?片?"
ControlStyle-Width="128px" ShowHeader="False">
<ItemStyle Width="128px" />
2、repeator中的hyperlink图片尺寸,在<asp:HyperLink></HyperLink>中加入一个<asp:Image/>,设置Image控件尺寸即可,将HyperLink中的ImageURL属性去掉。
本文介绍如何在ASP.NET的GridView控件中通过ImageField设置图片宽度,并展示了如何在Repeater控件中调整HyperLink内图片尺寸的方法。
2214





