Hi,
I am using an asp:textbox and I want to set the value of the "rows" property
dynamically depending on the amount of data in the field.
<asp:textbox ID="txtSummary" runat="server" wrap="true" width="650px" rows=15
readonly="true" textmode="MultiLine" BorderStyle="None"
BorderWidth="0" style="overflow:hidden; font-family:Verdana; font-size:11px; color: #454f58;"
Text='<%# Bind("Summary") %>'></asp:textbox>
Any help would be appreciated
thanks
I am using an asp:textbox and I want to set the value of the "rows" property
dynamically depending on the amount of data in the field.
<asp:textbox ID="txtSummary" runat="server" wrap="true" width="650px" rows=15
readonly="true" textmode="MultiLine" BorderStyle="None"
BorderWidth="0" style="overflow:hidden; font-family:Verdana; font-size:11px; color: #454f58;"
Text='<%# Bind("Summary") %>'></asp:textbox>
Any help would be appreciated
thanks