Tips and tricks for .NET using ASP and VB code.

A button that can only be clicked once

        <asp:Button 
ID="Button1"
runat="server"
onclientclick="this.value='Working...'; this.enabled=false; this.style.opacity=0.4;"
Text="Button" />

No comments:

Post a Comment

Search This Blog