I have a table/grid of customers and super users can select one customer and that will be the default customer used on subsequent pages.
Have put the customerId into a session variable via a button submit on repeating rows and retrieved by Querystring.Request(..).
Is it possible to store the selected customer Id to session variable without submitting the form?
Have put the customerId into a session variable via a button submit on repeating rows and retrieved by Querystring.Request(..).
Is it possible to store the selected customer Id to session variable without submitting the form?