display next page in javascript with asp.net
-
window.location
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
-
window.location="URL of the page where you want to redirect"
You can use this line when you want to redirect to next page. For instance if redirection should happen on some button click, then handle the OnClientClick event and place the above line in the handler.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
-
Because people here get stupider by the day, some people, me included, like to give people the key words needed on the basis that anyone who is half a programmer, or even just half a functional human being, should be able to work it out from there by referring to textbooks or google.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Because people here get stupider by the day, some people, me included, like to give people the key words needed on the basis that anyone who is half a programmer, or even just half a functional human being, should be able to work it out from there by referring to textbooks or google.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.