Can we change the url in ajax script when ajax is using in MVC? & How it can be done?
A:
Do you mean you change the page (or url) instead of some div Using Ajax?
if this is Question Answer is YES
EDITED:
It can be done in Rails using:-
render :update do |page|
page.redirect_to "www.google.co.in"
end
Salil
2010-04-28 14:08:06
will you please post a code how you change the div using asp.net as you don't tag initially i answer it.Please paste your code so that i can help you.To know how it done in rails check my EDITED answer.
Salil
2010-04-30 12:49:10
No i am asking if you know the code of How to change the div using Ajax then please paste it.
Salil
2010-04-30 12:57:30
i put the question because i want the code using ajax
SAHIL SINGLA
2010-04-30 13:12:59
I made google Search also But Nothing?
SAHIL SINGLA
2010-04-30 13:14:10