Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The right control
Message
 
To
16/03/2006 12:41:37
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01104969
Message ID:
01104979
Views:
15
>I am looking for the right control to use for this situation, but I am having kind of a brain dead kind of day.
>
>For a record (a person) there is a general notes field. Some people have notes and some people don't. I am creating a simple data entry/view form. I am looking for something like a dropdown textbox kind of thing, where the user can manually expand it if they need to view the text. They also need to be able edit the text.
>
>Any ideas? I usually stick with with around 10 controls I am familiar with, but I am feeling a little saucy today.

It sounds like you need the standard TextBox control but set the Multiline property to true (you might also want to enable scrollbars). You could also use the RichTextBox control for more flexibility (but more overhead<s>). By anchoring the control to it's container (i.e. form) the control can resize as the container is resized.

Hope this helps (and that I understood what you want).

Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform