Im doing this C# ASP.NET program, and when I click the submit button, as soon as the user clicks it, I want the button to turn disabled. However, it just sits there enabled while the page is loading. Is there a way to make it disabled while the page is loading before the postback occurs immediately after the user has clicked the button?