Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Environment.NewLine Property
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment.NewLine Property
Environment versions
Environment:
ASP.NET
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01438506
Message ID:
01438506
Views:
113
In a sample video I was viewing, a button is used to put Text into a Multi_line TextBox called, "outputText"; this was the code shown:
    protected void output(String value);
    {
        outputText.Text += value + Environment.NewLine;
    }
This does not work in Visual Studio 2008. Does anyone know how to get to the "NewLine" property?

Cecil
Next
Reply
Map
View

Click here to load this message in the networking platform