ASP.NET How can I write a message on the screen without the end user removing it?
Posted
by LeeW
on Stack Overflow
See other posts from Stack Overflow
or by LeeW
Published on 2010-03-08T00:10:16Z
Indexed on
2010/03/08
0:12 UTC
Read the original article
Hit count: 612
ASP.NET
I have written a ASP.NET program for a customer, I want to add a message similar to "Preview version, ABD Consulting" on the master.master page, I had thought to use Response.write but it messes up the look of the page as it seems to move page elemets. If I use a label the customer can remove it from the Master.master file, any suggestions? The customer is in a different country so I want to ensure I'm paid.
Many thanks
© Stack Overflow or respective owner