for example:
this code:
<asp:LinkButton ID="SignInLinkButton" runat="server" CssClass="SignInLinkButton" TabIndex="3" OnClick="AuthorizeUser">SignIn</asp:LinkButton>
shows this as link in status bar:
javascript:__doPostBack('ctl00$ctl00$GlobalPageContentPlaceHolder$ManagePageContentPlaceHolder$SignInLinkButton','')
is there a chance o get rid of this ugliness? or is there a better way of doing this, that does not generate this insanity?
i searched, but did not find an answer, so links are also cool. thnx