hi..
how to move to another page from ashx file..
i was tried below code
string url = "a.aspx";
HttpContext.Current.Response.Redirect(url);
but it doesnt work..
it shows error like"input string was not in a correct format"..
how to tackle this...
need ur suggestions with example..
regards
gopal.s