TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Cyrille Rey
NA
25
38.9k
Response.redirect in C#
May 11 2012 7:44 AM
Hi there,
I have an aspx-c# page that uses response.redirect.
When the redirect is done I would like the target page to be open at the top, i.e. the user should see the top of the page.
How could I do that?
Below is the current response.redirect statement:
Response.Redirect("PaymentFormHolding.aspx?ws=" + CSessionHandler.Website + "&uHId=" + userHoldingId.ToString() + (m_testMode ? "&testmode=1" : ""));
So the PaymentFormHolding page should open at the top.
Thank you.
Reply
Answers (
2
)
Problems with File Access.....
Recovery