In asp.net using a web server control but in visual studio why style attribute is not coming for the below code
<asp:Label ID = "UserLabel" runat = "server" CssClass = "LabelClass" AssociatedControlID = "UsernameTextBox" >Username</asp:Label>
By intellisense it should come right, but style attribute is not coming at all. I am using visual studio 2010 , asp.net using C#