Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6804553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:28:48+00:00 2026-05-26T19:28:48+00:00

I have a web application built around a frameset. The main page (with the

  • 0

I have a web application built around a frameset. The main page (with the frameset layout) is index.aspx. After the user logs in, if there are any alerts it redirects the main content frame to an alerts page with a confirmation button on it. When they click this button I want the index.aspx to be reloaded. If I use the response.redirect(“index.aspx”) on button click it reloads the main content frame with another frameset.

The server-side button click sets a flag within the database so that the user doesnt see the alert again.

My question is how do I force a complete reload of the entire frameset?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:28:49+00:00Added an answer on May 26, 2026 at 7:28 pm

    Get rid of them if you can, but until then you will have to do it with JavaScript:

    *sorry about the c# example, don’t care for vb.net

    How to do a Response.Redirect to another frame

    //add this startup script to your button event handler
    String csname1 = "FrameRedirect";  
    Type cstype = this.GetType();
    
    // Get a ClientScriptManager reference from the Page class.
    ClientScriptManager cs = Page.ClientScript;
    
    // Check to see if the startup script is already registered.
    if (!cs.IsStartupScriptRegistered(cstype, csname1))
    {
      string url = "index.aspx";
      String cstext1 = "parent.framename.location.href='" + url + "';"
      //or
      //String cstext1 = "parent.framename.location.replace('" + url + "');"
      cs.RegisterStartupScript(cstype, csname1, cstext1, true);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All, I have a PHP Web application built using Zend Framework and MVC with
I'm early in development on a web application built in VS2008. I have both
We have built a web application that accepts SOAP messages, does some processing, calls
I have built a web application using Java EE platform that sells one of
We have built a hosted web application, that is developed in a way that
In an asp.net web application, I have a modal popup built with a Telerik
I have an application that will accept URLs from the built in web browser
I have a web application built in ASP and initially hosted on my own
My company has a web application built in ASP.NET and they have asked me
I have built simple PHP application by looking at various articles and tutorials around

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.