is it possible to dynamic changing a button post back url property? For example I got 3 page which is salesListing.aspx
, orderlisting.aspx
and createDetail.aspx
.
The salesListing
and orderlisting
allow user to navigate to createDetail
page. However in the createDetail.aspx
I got a back button.
Is it possible the back button can detect which pages cause the postback? And, when user click the back button, the back button will save record and bring it back to the previous page?
For example user click orderlisting then click createDetail page. when he click the back button , the back button save user id and bring user back to the orderlisting .