I am doing a validation on a sales system, where if the seller clicks on a customer that is in debit access is not allowed. So far without problems, I made the connection with DB and validation.
I would like that when this scenario happened, the user would stay on the same page and the system would change the value of a Label .
I have already done the code to change the Label value, but I do not know how to stay on the same page, because when using response.Request
, the system returns home page
The system uses asp.net 2.0