开发者

how to place control in a td

开发者 https://www.devze.com 2023-04-12 18:50 出处:网络
I try to set two control in a td. 1. use a panel. as follow. <td style=\"display: inline;\"> <asp:Panel ID=\"pContainer\" runat=\"ser开发者_如何学运维ver\" Wrap=\"false\">

I try to set two control in a td. 1. use a panel. as follow.

  <td style="display: inline;">
            <asp:Panel ID="pContainer" runat="ser开发者_如何学运维ver" Wrap="false">
                <telerik:RadTextBox ID="rtxtBookingID" runat="server"></telerik:RadTextBox>
                <asp:RequiredFieldValidator ID="rfvBookingID"
                    runat="server" ControlToValidate="rtxtBookingID" ErrorMessage="|Booking ID"
                    Display="Dynamic"></asp:RequiredFieldValidator>   
                <telerik:RadButton ID="rbtnOpen" runat="server" Text="Browse" OnClientClicked="openViewWindow()"/> 
            </asp:Panel>

        </td>

how to solve the problem. if I use two td to place the two control . but the first control in the td will gernerate a div. so the two control distance is far?


As long as it works and you get ok behaviour you are fine and for layout issues you should use css. The way you place the controls on the page also depends on overall page design and structure, keep in mind that usage of tables to control layout is not promoted anymore and you should use divs and css whenever possible... again depending on whole page design of course.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号