如何将列添加到<asp:table>

时间:2019-05-21 18:43:22

标签: asp.net

我在.aspx上可以添加行和单元格,但似乎无法添加列,有没有办法做到这一点?两者都出现在同一列中,有时我可以将其放置在所需的位置,有时则不需要。似乎没有黑麦或黑麦的原因吗?

            <asp:Table ID="tblMain" runat="server" Height="49px" width="1095px">
                <asp:TableRow runat="server">
                    <asp:TableCell runat="server" HorizontalAlign="Right">Client</asp:TableCell>
                    <asp:TableCell runat="server" BorderStyle="None" Width="311px"><asp:TextBox ID="txtClient" runat="server" Width="311px"></asp:TextBox>
                    </asp:TableCell>

                    <asp:TableCell runat="server" HorizontalAlign="Right">E-Mail</asp:TableCell>
                    <asp:TableCell runat="server"><asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
                    </asp:TableCell>
           </asp:Table>

0 个答案:

没有答案