Glossary Item Box

PowerWEB TextBox for ASP.NET

Samples

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"%>
The default directory for sample applications is:

[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

 

Related Sections

Getting Started
Provides an overview of PowerWEB TextBox for ASP.NET and discusses such topics as distribution, licensing, and support.
Using TextBox in Visual Studio
Provides step-by-step instructions for creating a project using VS.NET, integrating PowerWEB TextBox for ASP.NET, and creating a simple application.
Configuring the HtmlBox
Discusses how to easily configure the HtmlBox, including style, layout, and toolbar configuration.
Advanced Customization
Discusses the many ways the HtmlBox control can be customized, from simple style changes to advanced interface element creation.
Optimizing Performance
Discusses techniques for optimizing performance of the HtmlBox control, including reducing ViewState and render-size.
Reference
Provides a language/syntax and client-side API reference for PowerWEB TextBox for ASP.NET.
Samples
Describes the samples that are installed with PowerWEB TextBox for ASP.NET.

 

 


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.