|
-
December 22nd, 2009, 10:07 AM
#1
Dynamically resizing of text box
Hi,
My code is
<ItemTemplate>
<asp:TextBox id="txtNote" TextMode="MultiLine" wrap="true" Columns="30" Rows="3" runat="server" Font-Names="Verdana" Font-Size="XX-Small"></asp:TextBox>
</ItemTemplate>
My constraint is that I dont want to fix the colums and rows by hardcoding.I want that it should dynamically resize itself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|