17/06/2008, 16:59
|
| | Fecha de Ingreso: enero-2008
Mensajes: 42
Antigüedad: 17 años Puntos: 0 | |
Respuesta: Problema MSGBOX Hola Cadesa. Gracias por tu ayuda, lo hize como me dices, aqui te muestro:
If rta > 0 And rta2 > 0 Then
Dim mensaje As String = "alert('Se ha agregado un nuevo registro')"
ScriptManager.RegisterClientScriptBlock(Me, Me.GetType(), "alert", mensaje, True)
Response.Redirect("./inicio.aspx")
Else
Dim mensaje As String = "alert('No fue posible agregar el nuevo registro')"
ScriptManager.RegisterClientScriptBlock(Me, Me.GetType(), "alert", mensaje, True)
End If
y me sale el siguiente error al depurar la aplicación:
No se ha declarado el nombre 'ScriptManager'
Te agradezco enormemente si me puedes colaborar, a lo mejor me falta incluir algo o lo estoy haciendo mal.
EXITOS
Luz Da |