Table of Contents

Class Start

Namespace
InSite.UI.Lobby.Integrations.Prometric
Assembly
InSite.UI.dll

Prometric Weblaunch navigates to this page when the exam is started or restarted. The exam homepage supplies parameters in the URL query string to the page. The parameters are specified in the Prometric service script and from the appointment fields that are passed into the application via the test center administrative system. The parameters must also be called in the service script. The URL specified must NOT include the query string since that string is generated by Prometric Weblaunch.

Example of a START Control Page URL https://example.com/examstart.aspx?user=xxx&password=xxx&examid=12&candidateid=54

public class Start : LobbyBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Start
Implements
Inherited Members

Constructors

Start()

public Start()

Fields

ErrorMessage

ErrorMessage control.

protected Literal ErrorMessage

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ExamEventPassword

ExamEventPassword control.

protected TextBox ExamEventPassword

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PersonCode

PersonCode control.

protected TextBox PersonCode

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubmitButton

SubmitButton control.

protected Button SubmitButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs