Glossary Item Box
Sample applications are provided to demonstrate usage of the PowerWEB TextBox for ASP.NET in Visual Studio .NET. The Visual Studio .NET samples are available in both VB.NET and C#. The samples are structured around a single Web application per environment that demonstrates usage from links off a central page. For example, the Visual Studio .NET C# samples are available from the PowerWEB TextBox C# Samples project.
Please note the documentation also includes a number of tutorials and code snippets for certain control members.
IMPORTANT: These samples are setup for the .NET Framework 1.1, rather than 1.0. This means that the samples have the following attribute set: ValidateRequest="false" If you wish to use these samples with the 1.0 version of the Framework, you will need to remove that attribute from the ASPX file. Below is an example ASPX header that will contain that attribute:
<%@ Page language="c#" Codebehind="LatestNews.aspx.cs" AutoEventWireup="false" Inherits="PowerWEB_TextBox_CSharp.LatestNews" ValidateRequest="false"%>
[PersonalFolder]\Dart Sample Applications\PowerWEB\TextBox for ASP.NET
The following table shows the samples for this release.
Sample | Description | Environments |
---|---|---|
Default Editor |
A simple demonstration of the HtmlBox with some default text. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Email Client |
A simple email Web client application that uses the HtmlBox control to construct an HTML email and send it to a recipient. Uses the built-in SMTP classes from .NET. For creating a more advanced Web mail application please see the PowerTCP Mail for .NET product. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Two Editors |
Demonstrates how to have two separate HtmlBox controls on the same Web Form. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Configurator (Code Behind) |
Demonstrates some of the configuration flexibility of the HtmlBox control. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Configurator (Property Builder) |
Demonstrates configuration of the HtmlBox control solely from the Property Builder in the Designer. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Latest News |
Loads text files and displays them as news items. Allows user to add new items using the HtmlBox control. Requires ASPNET to have write permission for the sample directory as data is saved as text files. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Web Content Manager |
Use the HtmlBox as a mechanism to remotely change the content on a web site. |
C# and VB ASP.NET Applications in VS.NET 2003, 2005 and 2008 |
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.