G
Guest
when I try to add two controls to an item template, I cannot figure out how
to keep them on a single line. the functionality is just fine but how do I
get the controls to render on a single line? No matter the width of the
template column width, they alyways render in seperate lines which alters the
row height.
thank you in advance
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server"
Text='<%# Bind("project") %>'></asp:TextBox>
<asp:LinkButton ID="LinkButton3" runat="server"
OnClick="LinkButton3_Click">PV</asp:LinkButton>
</EditItemTemplate>
to keep them on a single line. the functionality is just fine but how do I
get the controls to render on a single line? No matter the width of the
template column width, they alyways render in seperate lines which alters the
row height.
thank you in advance
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server"
Text='<%# Bind("project") %>'></asp:TextBox>
<asp:LinkButton ID="LinkButton3" runat="server"
OnClick="LinkButton3_Click">PV</asp:LinkButton>
</EditItemTemplate>