How to change a background color of asp Master page that color should remain same for all pages
Add the following style to the master page head section
<style type="text/css"> body { font-family: Arial; font-size: 10pt; background-color:aqua; } </style>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.