Enter the name of a web page, presumably an ASPX page, that will be displayed in a rollover window. This property applies to the RolloverTrigger setting of Custom Page.
The aspx page you enter here will be loaded and will be passed the values in your row, based on each field's ColumnKeyType property. The values passed (in the query string) are:
Value |
Meaning |
cell |
The contents of the column rolled-over |
key1 |
The field in the active row set as the key1 ColumnKeyType. |
key2 |
The field in the active row set as the key2 ColumnKeyType. |
status |
The field in the active row set as the status ColumnKeyType.. |