Tema: Pagemethods
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/04/2009, 14:45
lbauerle
 
Fecha de Ingreso: septiembre-2008
Mensajes: 26
Antigüedad: 16 años, 6 meses
Puntos: 2
Pregunta 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.