18/01/2008, 12:55
|
| | | Fecha de Ingreso: junio-2006 Ubicación: NA
Mensajes: 105
Antigüedad: 18 años, 7 meses Puntos: 0 | |
Re: Reporte ke no permite actualizar los parametos de un sp Pos ya esta nomas era de colocarle un refresh al reporte en el load
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If Not Page.IsPostBack Then
Session.Item("sSQLRptFecEntInf") = ""
End If
If Not CStr(Session.Item("sSQLRptFecEntInf")).Equals("") Then
Reporte.Refresh()
BindGrid() 'Metodo apara llenar el visor
End If
End Sub
jejeje ke kosas pero ke kosas, |