Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 27th, 2005, 04:25 AM
Authorized User
 
Join Date: Oct 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to richie86
Default refresh other form inside frame. (ASP.NET C#)

let say i have several form displayed within 3 frame in a page, when i click a button on a page, how we update the other page on the other frame?

Goh Hoang Yuh
- C# Beginner in ASP.NET
 
Old December 1st, 2005, 02:18 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

you should use javaScript for refreshing

the code should be something like this. (please verify...not used javascript for quite sometime)
Code:
document.parent.frames[2].document.refresh();
Regards
Ganesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
frame inside Iframe Dj Kat HTML Code Clinic 4 August 29th, 2007 03:53 AM
parsing form data from frame to other frame audio-catalyst Classic ASP Basics 5 January 3rd, 2006 02:57 PM
Refresh only one frame Che Guevara Javascript 5 October 26th, 2004 10:08 AM
Refresh a frame from another frame czambran Javascript 3 October 21st, 2004 11:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.