P
popsovy
Hello,
I am using a FormView control bound to a SqlDataSource control (ASP.NET
2.0). The act of binding generates the body of the FormView formated as
Label: <asp:Label...>Value</asp:Label><br>
Is there any way to change the design-time behavior of the FormView
control, so the inner controls are formatted in a table such as
<table><tr><td>Label</td><td><asp:Label...>Value</asp:Label></td></tr></table>?
Thank you for your help.
Evgueni
I am using a FormView control bound to a SqlDataSource control (ASP.NET
2.0). The act of binding generates the body of the FormView formated as
Label: <asp:Label...>Value</asp:Label><br>
Is there any way to change the design-time behavior of the FormView
control, so the inner controls are formatted in a table such as
<table><tr><td>Label</td><td><asp:Label...>Value</asp:Label></td></tr></table>?
Thank you for your help.
Evgueni