Google News
logo
ASP.NET - Quiz(MCQ)
Which of the following is a valid skin code inside a skin file?
A)
< asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” Runat=”Server” />
B)
< asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” />
C)
< asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” Runat=”Server”/>
D)
None of the Above.

Correct Answer :   < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” Runat=”Server” />

Advertisement