I am using:
[ajax.ajaxmethod()]
public void fnName()
containing:
response.redirect("sample.aspx");
or:
server.transfer("sample.aspx");
both are not working... what is the solution?
in that block, I tried to call javascript function as
scriptmanager.registerstartupscript(page,gettype(),"sample","javascriptfunction()",true);
it's also not working..