I am using PageMethods in my javascript to call a function in my c# code which is static. In that code, all I have was "response.redirect("default.aspx").. but somehow it never gets redirected. It just stays there.
Code:function testredirect() PageMethods.Navigation() C# code: Public static void Navigation() Response.redirect("Default.aspx");


Reply With Quote

