|
-
Jun 3rd, 2004, 04:24 AM
#1
Thread Starter
Hyperactive Member
TextBox width, height depends on string lenght
Hey,
I'm creating textbox'es dynamically (in ASP .NET) from values, which I get from DB.
I get value which is maximum allowed string lenght.
How to resize textbox to size, when width maximum value is specified.
Etc.:
Maximum string lenght can be 500 chars.
I do not want long singleline texbox.
It should have properties multiline = true, height = [textheight * lines count] when it reachs maximum width.
Thanks in advance
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
|