ePortal Developer Controls for Web Forms Mobile Projects

For Web Forms Mobile projects, ePortal Developer provides ASP custom controls.

Note: ePortal does not support client-side scripting of mobile web forms controls using script languages such as JavaScript. Getting and setting mobile web forms control properties is not defined. If you require custom control functionality, you must implement server-side code in the .aspx.cs file.

To access the ePortal mobile controls:

  1. Open an .aspx file.

  2. Open the toolbox if it is not already open: select ViewToolbox.

  3. In the toolbox, expand the category ePortal Mobile.

To add a control to your page:

  1. Drag and drop the control on your page.

  2. Use the Properties window to configure settings for control properties.

For detailed documentation on the ePortal mobile controls, refer to the ClearPath ePortal Developer Mobile Controls help file. You can also click on a control in the toolbox and press the F1 key for help on that particular control.

Note: In some cases, the controls designed for web forms projects may also apply to mobile projects. In particular, refer to AlertBox and AbsEaeScriptManager in ePortal Developer Controls for Web Forms Projects.