1.

Which of the following is a valid skin code inside a skin file?

A. < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” Runat=”Server”/>
B. < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” Runat=”Server” />
C. < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” />
D. None of the above.
Answer» C. < asp:TextBox BackColor=”Yellow” BorderStyle=”Dotted” ID=”colorTxt” />


Discussion

No Comment Found