B-Arts DocumentationIndice generale

BButton Web Forms - esempi

<b:BButton ID="btnSalva"
    runat="server"
    Text="Salva"
    EnabledInvio="true"
    MsgConfirm="Confermare il salvataggio?" />
Protected Sub btnSalva_Invio(sender As Object, e As EventArgs) Handles btnSalva.Invio
    SalvaDati()
End Sub