How should I go about setting the height of freetextbox? I want to size the textbox reasonably based on the lenght of the text in the textbox.
+1
A:
simply set the height property of textbox as much you want... like..
<FTB:FreeTextBox ID="txtDesc" runat="server" Width="590px" Height="300px" ></FTB:FreeTextBox>
Muhammad Akhtar
2009-06-26 05:05:07