Response.redirect for a particular frame in the frameset

A

Anita C

How do I implement response,redirect for a particular frame of the frameset
in a .aspx page?
Thanks
 
A

Anita C

Can u please provide a sample that can be written in the code behind for the
button click event in an .aspx page?
Thanks
 
B

bruce barker

there is no way, as the browser performs the redirect, and you cannot
specify the frame. your postback page could include javascript to reload
another frame, but the current frame will be replaced no matter what. if you
do not want this behavior, do not use a asp form, but rather a stand html
form and set the target

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,187
Latest member
RosaDemko

Latest Threads

Top