I am currently selecting an
<asp:Label id="lblLoginusername"..../>
So I am trying to get a reference to it (to later on change its value) by writing the following in my google chrome browser:
$("#<%= lblLoginUsername.ClientID%>")
I DO have jquery (1.7.2.min) in my page, but unfortunately I am getting:
[Exception: Error: Syntax error, unrecognized expression: >]
Can anyone guide me as to where I have a silly mistake?