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
goraperas
NA
56
0
How to open a webpage in a different frame of my WebApplication?
Apr 6 2005 3:33 AM
Hi, I am designing a website which has two frames. The LEFT frame is the main web form of my ASP.NET web application, and the RIGHT frame is used to show other pages of my site. For example, I would like to show the web page of Google in the right frame when a Button (or HyperLink, or whatever) of my application is clicked. How can I refer to the RIGHT frame of my page, instead of opening Google in the LEFT frame where my web application is being executed?? If I use Response.Redirect("http://www.google.com/");, it is opened in the LEFT frame, which is where my web application is being executed, and I would like it to open in the RIGHT one. Any ideas to solve this problem? Thanks, goraperas P.D. I know the possibility of opening the page in a new window, but I don’t need that.
Reply
Answers (
2
)
Edit Data in Datagrid
I am trying to implement Authentication and Authorization using a custom HTTPModule.