| |
Aspose.Form Demo |
|
|
| |
|
|
| |
Aspose.Form provides a set of ASP.NET Web
Controls to display Microsoft InfoPath forms through web browser. Below are
some demos to show how Aspose.Form control works for user. Aspose.Form needs a
Customized Http Module to be added to web.config. Please add a section like
below to your application's web.config. All demos have already added this Http
Module.
<httpModules>
<add name="CustomModule" type="Aspose.Form.Web.UI.WebControls.Custom.CustomHttpModule,
Aspose.Form"/>
</httpModules>
|
|
| |
|
|
| |
Warning: To use
RichEdit controls with Aspose.Form, we have to TURN OFF the ValidateRequest
property for the ASP.NET page. Below is a code example of how to TURN OFF the
ValidateRequest property. Setting the ValidateRequest property to "true" will
turn on the validation.
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false"
Inherits="Aspose.Form.Demo.General.Default" ValidateRequest="false"%>
|
|
|
| |
|
|
| |
Infomration: Aspose.Form
supports InfoPath templates of Microsoft Office 2003 SP1 format.
|
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|