Hope that helps. (Actually with the example above, you could eliminate the first statement since you don't seem to be interested in the actual form field value.)
no actually - it's because of a third party 'cash register' component that we're implementing here.
that component reads in form values, and one of those values that it takes in is an order-id. I'm trying to be able to generate a new order-id for an order, in case the user tries to hit refresh.
In retrospect it's a good thing that I can't do it, because that would open up the door for too many false or repeated orders
Are u tring to modify this in HTML or in ASP pages?
Try to use Response.Redirect to another page witch changes the value of Request.Form and then come back...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.