/ Published in: C#
Will disable the button and still allow the postback event
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
btn_Next.Attributes.Add("onclick", "this.disabled=true;" + Page.ClientScript.GetPostBackEventReference(btn_Next, "").ToString() + ";");