G
Guest
Hi there,
I am trying to put a newline into a headertext property of a detailsview in
my asp.net application. I've tried \r\n with no luck, and putting <br /> in
the asp doesn't work either. Here's the code I'm trying to work with:
<asp:BoundField DataField="Metric_1" HeaderText="List presentation of DIRs,
via e-mail or in person. Briefly note donor response:"
SortExpression="Metric_1">
<ControlStyle Height="80px" Width="400px" />
Can I just place some kind of special character reference in the HeaderText
property to insert a newline?
Thanks!
I am trying to put a newline into a headertext property of a detailsview in
my asp.net application. I've tried \r\n with no luck, and putting <br /> in
the asp doesn't work either. Here's the code I'm trying to work with:
<asp:BoundField DataField="Metric_1" HeaderText="List presentation of DIRs,
via e-mail or in person. Briefly note donor response:"
SortExpression="Metric_1">
<ControlStyle Height="80px" Width="400px" />
Can I just place some kind of special character reference in the HeaderText
property to insert a newline?
Thanks!