PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

How do I load aspx webform from another aspx webform?

 
 
Serge L
Guest
Posts: n/a
 
      15th Dec 2003
Ok, I have Main.htm page which contains:
<frameset rows="20%,80%">
<frame scrolling="no" name="top" src="ONE.aspx">
<frame scrolling="yes" name="bottom" src="MAIN.aspx">
</frameset>
and I have another webform TWO.aspx

So the top frame (one.aspx) contains action buttons and
bottom frame is for display purposes.

So when user clicks button on ONE.aspx I use:
Server.Transfer("TWO.aspx")

I would like TWO.aspx to replace MAIN.aspx on the bottom,
but instead TWO.aspx replaces ONE.aspx on top.

All my code is written in behind-the-form, and would like
to avoid HTML asp scripts if possible.

Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i refresh my aspx webform NATE Microsoft ASP .NET 2 27th Jan 2006 03:51 PM
Calling an APPLET from an ASPX Webform =?Utf-8?B?SGVucmlxdWUgRmxldXJ5?= Microsoft ASP .NET 1 13th May 2005 10:14 PM
HyperLink to webform in aspx Miguel Ramirez Microsoft ASP .NET 5 1st Jul 2004 09:11 PM
Help with DataTable and DataRow in WebForm.aspx =?Utf-8?B?RXN0ZXI=?= Microsoft Dot NET 2 7th Jun 2004 08:35 AM
aspx.vb webform redirect to aspx.cs webform in another project within the same solution...and back again? Hazzard Microsoft ASP .NET 7 12th Mar 2004 06:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:34 AM.