|
-
Aug 10th, 2015, 08:19 AM
#4
Re: Enable / Disable button
 Originally Posted by camycent
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|