Using ASP.NET 2.0 with Master Pages.
Anyone have a good idea on how to present error or information messages to the user? Examples:
"User updated successfully."
"An error occurred. Could not update order."
"Category created successfully."
I'd rather not use javascript pop up boxes and I'd rather not redirect to a whole other page. I just want a little box displayed near the top of the page (but below the header) that can present message to users but is invisible if there is no message. Do put a label on the master page? Do I create a property in the master page class that I can write to from any page? Thoughts?
...
Go to the complete details ...
Found interesting? Add this to: