Cita:
Iniciado por ah_puch mmm yo lo acabo de probar y si lo hace...
quitaste el response.Redirect?
asi lo tengo en este momento
Protected Sub btnSalvar_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnSalvar.Click
Dim i As Integer
If Val(lblTotal.Text) <> 0 Then
For i = 1 To 11 Step 1
Next
Page.ClientScript.RegisterClientScriptBlock(Page.G etType, "ClientScript", "alert('Tu accion fue realizada'); location.href='~/Default.aspx';", True)
End If
End Sub