Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox Name in Form Designer
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01289725
Message ID:
01289788
Views:
10
>One thing I really liked in VFP was that the Textbox's name was displayed in the textbox on a form in the designer.
>
>In .NET I just see a textbox (no name).
>
>Is there any way of turning this feature on in .NET so I know which textbox is which (without having to click on it and then look at the Properties pagetab obviously)?
>
>Thanks in advance.

The TextBox class that is shipped with .NET does not have a feature like that. I too missed that feature when I switched, but I soon forgot about it. Until now when you brought it up again :)
It should be relatively easy to make a subclass of the TextBox (you do use a subclass don't you) with that feature.
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform