|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by Veljean in C# Programming Language, Programming for ASP.NET, Miscellaneous Web Development
How do I update a Gridview on a aspx page from a webmethod?
Here is my code.
[WebMethod]
public static DataTable GetWebService(string[] x)
{
ProxSearch2.ProxSearch ps = new ProxSearch2.ProxSearch();
DataTable dt = ps.GetDatatble(x);
/* i want to update the gridview here...
return dt;
}
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625