I hava an aspx page and I need to response.redirect to the same page. I am doing while clicking on a button. Can i possible to do it in javascript.
I tried window.location=url; . I want to know how <% Response.Redirect(url) %>can be called in javascript?
Response.Redirectfrom client-side JavaScript - what's wrong withwindow.location?