response.redirect
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
I assume you never redirect to an empty string. What is the code ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
Maybe try setting SmartNavigation="true" in your page directive? Or check if your session is timing out...
"Sex is not the answer, it's the question and the answer is yes"
-
I assume you never redirect to an empty string. What is the code ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
one button may do a response.redirect("report1.aspx") and the return button does a response.redirec("reportsmenu.aspx")
Lonnie R Thomas
-
Maybe try setting SmartNavigation="true" in your page directive? Or check if your session is timing out...
"Sex is not the answer, it's the question and the answer is yes"
I talked to my webmaster and in IIS the default is 20 minutes and that is what he has set. But the problem I am having is the page does not have to sit for that long to give me a blank page when hitting the return key. Never used smartnavigation but I will research. Thanks for the reply. :)
Lonnie R Thomas
-
I talked to my webmaster and in IIS the default is 20 minutes and that is what he has set. But the problem I am having is the page does not have to sit for that long to give me a blank page when hitting the return key. Never used smartnavigation but I will research. Thanks for the reply. :)
Lonnie R Thomas
checked on smartnavigation on msdn and they say it is obsolete,
Lonnie R Thomas
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
Have you checked the functionality of the page itself (the page you are re-directing to)? What is the page actually doing? Are you gathering data from a database? It could be that which is taking the time. Adam
-
Have you checked the functionality of the page itself (the page you are re-directing to)? What is the page actually doing? Are you gathering data from a database? It could be that which is taking the time. Adam
Yes. The pages being transferred to have a grid. But the data comes right up with no delay.
Lonnie R Thomas
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
-
I have a page with nothing but buttons and the only thing they do is a response.redirect(" ") to which ever page. If I let it sit still for roughly 2 minutes and hit the return key I get a blank page. Can anyone pls help me trouble shoot this problem.
Lonnie R Thomas
-
What's the url of the blank page? Does it reload the same page, or does it redirect to a different page?
Despite everything, the person most likely to be fooling you next is yourself.
it is going trying to load the same page. whereas the respons.redirect("reportsmenu.aspx") is the command.
Lonnie R Thomas