When I click on a row in the gridview it redirects to another page and shows this StartupScript Pop-up.
Unknown WebMethod GetFile
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()
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.