I have a webforms page that has a submit button.
When submit operations have been processed, the page reloads. However, if submit operations were successful, I want to display a box saying
"Customer Successfully Updated"
I don't want to use URL parms because it looks messy.
What is the "best/modern/oop" way?
Thanks
Go to the complete details ...