Evolutility.org 4.1
 

Navigation Link

When linking to a page which embeds the Evolutility web control, it is possible to specify parameters in the page URL.


 

Choosing a specific record

View the record ID=5:
MyPage.aspx?ID=5

Edit the record ID=5:
MyPage.aspx?ID=5&MODE=edit

Choosing a specific display mode (or view)

To open the page in a specific mode, you can do the following:

Create a new record:
MyPage.aspx?MODE=new

Edit the first record:
MyPage.aspx?MODE=edit

Search page:
MyPage.aspx?MODE=search

Advanced search page:
MyPage.aspx?MODE=searchadv

Charts page:
MyPage.aspx?MODE=charts

Selections list:
MyPage.aspx?MODE=selections

List of all records:
MyPage.aspx?MODE=list

Exports all records:
MyPage.aspx?MODE=export

Choosing a specific query result

List result of the query "amex":
MyPage.aspx?QUERY=amex

See a live demo of this feature.