A
axapta
Hi,
I've got a search page which retrieves a persons details with other relevant
information (but most of the information is static, name address, id etc).
I have many pages in my application that the user can navigate to from the
initial results page which has the static information. How can I transfer
this static information across to all pages without passing the values via a
querystring and placing each value into individual field such as me.txtname
= request.querystring("name"). This seems cumbersome as there are at least 8
fields that are static.
Your help is much appreciated
I've got a search page which retrieves a persons details with other relevant
information (but most of the information is static, name address, id etc).
I have many pages in my application that the user can navigate to from the
initial results page which has the static information. How can I transfer
this static information across to all pages without passing the values via a
querystring and placing each value into individual field such as me.txtname
= request.querystring("name"). This seems cumbersome as there are at least 8
fields that are static.
Your help is much appreciated