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.
Asked
Active
Viewed 1,255 times
1 Answers
1
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
- 51,913
- 37
- 138
- 191