在GridView中使用ImageField綁定圖片,然后加入這句控制圖片大小 <ControlStyle Height="120px" Width="150px" />
<asp:ImageField ShowHeader="True" DataImageUrlField="layout" HeaderText="圖">
<ControlStyle Height="120px" Width="150px" />
</asp:ImageField>