Application.RequestType
Wisej.Web.Application RequestType
Last updated
Wisej.Web.Application RequestType
Last updated
DataCount
Request to return the number of records available for a list control.
DataRead
Request to read a data pages for a list control.
Event
Request to process events from the browser.
Load
The application session is being loaded for the first time. See also ApplicationStart.
Reload
The application session is being reloaded. See also ApplicationRefresh.
Service
Service (or postback) request to the be processed by a IWisejHandler implementation.
Returns the RequestType.