Using Themes and Skins
For general information on using Themes and Skins in your ASP.NET applications, check out these links:
ASP.NET Themes and Skins Overview
How To: Define ASP.NET Page Themes
How To: Apply ASP.NET Themes
By default, an MMTheme folder is included in your project when you create a new MM .NET Web Forms application. This gives you a default theme named "MMTheme" which you can change as desired. You can also add other files such as .skin files within this folder.
When referencing MM .NET web controls from a .skin file, you need to use the mm: prefix. For example:
<mm:mmGridView runat="server" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</mm:mmGridView>
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 06/23/08
Comment or report problem with topic
