愚蠢的问题...
代码:
<asp:BoundField DataField="PrevDuration" HeaderText="Prev."
SortExpression="PrevDuration" ItemStyle-Width="25">
</asp:BoundField>
html输出:
<td style="width:25px;"><input name="ctl00$MainContent$GridView1$ctl03$ctl02" type="text" value="1" size="5" title="Prev."></td>
所以这段代码指定了td宽度,但是我该如何指定输入宽度呢?
PS。顺便说一下 size=5 是从哪里来的?