Answer:
Add the following markup to default.skin
<asp:Button SkinID ="Policy"></asp:Button >
<asp:Button></asp:Button>
Use the following markup for the buttons in the ASP.NET page.
<asp:Button SkinID ="Policy">Help</asp:Button>
<asp:Button>Renewal</asp:Button>
Source: Interview | Asked In: Many Interviews |
Alert Moderator