Hi .Net 2.0 Guru's
I am using Skin Files to change background color to 'lightblue' but the first textbox background color changes to light yellow.however it keeps same when i change it directly
Code for Skin File
<asp:textbox runat="server"
ForeColor="black"
BackColor="lightblue"
Font-Name="arial"
font-size="20px"
/>
Direct changing
Me.TextBox1.BackColor = Drawing.Color.LightBlue
Thanks in Advance.
Ramzan