S
sck10
Hello,
How do you wrap a .NET component over multiple lines? I have the following
that is on one line and I would like to break it over 3 lines?
Thanks,
<asp:Literal id="ltlDivide" text='<%#
vbBlankRow(DataBinder.Eval(Container,"DataItem.strWebDocGroup"),
DataBinder.Eval(Container,"DataItem.strWebDocPaper")) %>' runat="server" />
How do you wrap a .NET component over multiple lines? I have the following
that is on one line and I would like to break it over 3 lines?
Thanks,
<asp:Literal id="ltlDivide" text='<%#
vbBlankRow(DataBinder.Eval(Container,"DataItem.strWebDocGroup"),
DataBinder.Eval(Container,"DataItem.strWebDocPaper")) %>' runat="server" />