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.