
01/04/2009, 14:45
|
| | Fecha de Ingreso: septiembre-2008
Mensajes: 26
Antigüedad: 16 años, 6 meses Puntos: 2 | |
Pagemethods Estimado Como puedo hacer Databind a un gridview por medio de un PageMethods...
//cliente
function A()
{
...
PageMethods.Update_Gridview();
}
-----------------------
//servidor
[WebMethod]
public static Update_Gridview()
{
gridview.databind(); //error NullReferenceException
}
AYUDA PORFAVORRRRRRRRRRRRRRRRR. |