Quote Originally Posted by camycent View Post
You can use this code

protected void Page_Load(object sender, EventArgs e)
{
btnClick.Attributes.Add("onclick", "this.disabled=true");
}

protected void Test(object sender, EventArgs e)
{

}
That's not going to help, given that this is not for ASP.NET.