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
dc
NA
663
0
redirect question
Aug 9 2012 10:16 AM
In a C# 2010 web application that I need to make changes to, there is code that says Page.Response.Redirect("test.aspx"). What does that mean versus Response.Redirect("test.aspx").
Is the part called "page' part of the command? The aspx pages I am using are also in a folder called 'page'.
Thus can you tell me what the 'page' is referring to in the statemnet above?
Reply
Answers (
1
)
I have done login page in asp.net mvc DESIGN pattern.But,im getting one run time error
Implement exception handling concept in asp.net 3.5 web site ?