In my login page , i have a button , now when credentials are correct i redirect to otherPage.aspx , but what i want is that after successfull validation , i want to change this format :
<button class="btn LoginBTN pull-right" onserverclick="LoginBTN_OnServerClick" style="height: 45px;
width: 100%" type="button" runat="server" clientidmode="Static" id="LoginBTN">
Login <i class="clip-arrow-down" style="position: absolute; top: 20px;"></i>
</button>
to
<button class="btn LoginBTN pull-right" onserverclick="LoginBTN_OnServerClick" style="height: 45px;
width: 100%" type="button" runat="server" clientidmode="Static" id="LoginBTN">
Login
<img src="abc.jpg" />
</button>
but it dosent change and redirects me to other page ,