views:

108

answers:

1

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