tags:

views:

32

answers:

1

Can we change the URL in Ajax script While Ajax is using in asp.net MVC ? But not to use any DIV?If YES then How?

A: 

window.location.assign('/ControllerName/ActionName');

SAHIL SINGLA