AspNetPanel

Represents a control that can host ASP.NET or MVC pages within a Wisej.NET application.

To use the AspNetPanel control, simply set the PageSource property to the location of an existing .aspx document in the project.

For a full list of properties, methods and events see the API documentation.

Features

Page Source

Any ASP.NET or MVC page source can be shown in the AspNetPanel control.

Here's a sample page that converts text from lowercase to uppercase.

ASP.NET sample page showing text conversion interface

The corresponding code in the PageSource:

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.IFrame"

Theme appearance

"iframe", see Themes.

Child components

"frame" is the iframe element. See JavaScript.

Last updated

Was this helpful?