When I click on a row in the gridview it redirects to another page and shows this StartupScript Pop-up.
Unknown WebMethod GetFile
Download FREE API for Word, Excel and PDF in ASP.Net:
Download
Hi RichardSa,
Verify the method name you are passing to the Ajax Url and make sure the Method name is same in the code behind.
url: "Default.aspx/GetFile",
[WebMethod(EnableSession = true)]
public static object GetFile()