Hi how can i add attribute into a button when button is clicked?
this is the attribute dojotype="dijit.form.Button"
void ButtonLogin_OnClick(object sender, EventArgs e)
{
// the add attribute
}
this is my button
<button id="ButtonLogin" runat="server" onServerClick="ButtonLogin_OnClick" jsid="ButtonLogin" style="float: right;
padding: 5px 15px 0px 0px;">
Login</button>