Web Development
skins.txt
Associated article: Themes, Skins, and ASP.NET 2.0
Tags: Web Development .NET
Published source code accompanying the article by Vikram Srivatsa in which he examines ASP.NET 2.0 Themes and Skins which provide a way of defining the look-and-feel for server controls in web applications. 2
Themes, Skins, and ASP.NET 2.0 by Vikram Srivatsa Listing One Button.skin <asp:Button BorderColor = "LightSlateGray" BorderStyle = "Inset" BorderWidth = "4px" Font-Bold = "True" Font-Name = "Verdana" Font-Size = "XX-Small" ForeColor = &...


