Text="Process" />
string strProcessScript = "this.value='Processing...';this.disabled=true;";
btnProcess.Attributes.Add("onclick", strProcessScript + ClientScript.GetPostBackEventReference(btnProcess, "").ToString());
Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/1S6EfJZ3RWQ/14181