Select from following answers:- <asp:TextBox Id="t1" Text="asp.net" runat="server"/>
- <asp:TextBox Text="asp.net" runat="server"/>

- <input type="Text" Value="hello"/>
- All Above
2 is correct.
1 is wrong as we do not write the Id in a skin file
3 is wrong as Skins do not apply to the Html
Controls.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator