Select from following answers:- #
- ;

- &
- $
- All Above
; is used to separate the style property,so that multiple style properties can be applied to a control.
For Example:-
<asp:TextBox ID="TextBox1" runat="server" Style="text-align:left;border-color:red;"></asp:TextBox>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator