![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/06/2005, 06:56
|
| | Fecha de Ingreso: abril-2005
Mensajes: 10
Antigüedad: 19 años, 9 meses Puntos: 0 | |
Pregunta, de la respuesta????????????
cuando se ejecuta el procedimiento
Private Sub CerrarForma()
If (Not Me.Page.Session("MiTabla") Is Nothing) Then
CType(Me.Page.Session("MiTabla"), Data.DataTable).Dispose()
Me.Page.Session.Remove("MiTabla")
End If
End Sub |