日期:2014-05-18  浏览次数:20390 次

文本框超过了单元格的大小
我在用.net   2005   画页面的时候,出现了一个问题.代码如下:
<asp:MultiView   ID= "MultiView1 "   runat= "server "   ActiveViewIndex= "0 "   OnPreRender= "MultiView1_PreRender ">
                        <asp:View   ID= "View1 "   runat= "server ">
                                <table   align= "center "   height= "200 "   width= "90% ">
                                        <caption>
                                                </caption>
                                        <tr>
                                                <td   width= "20% ">
                                                        操作时间 </td>
                                                <td>
                                                                                                                <asp:TextBox   ID= "TextBox3 "   runat= "server "   Width= "100% "   Wrap= "False "> </asp:TextBox> </td>
                                                <td   align= "center "   width= "5% ">
                                                        到 </td>
                                                <td>
                                                        <asp:TextBox   ID= "TextBox4 "   runat= "server "   Width= "100% "   Wrap= "False "> </asp:TextBox> </td>
                                        </tr>
        &nbs