c# - Redirect to previous page not working -
i have used windows.history.back() return user previous page. command not working when put debugger , debug page getting redirect previous page. without debugging in firebug not working .
have tried windows.go(-1). , tried option after clearing cache. still not working can tell me problem? or give me alternative way browser button functionality using java script/j query or asp.net c#.
just try use html button instead of asp.net button or put return false @ end of javascript may server side click being called
Comments
Post a Comment