Using Frames with ASPX pages

G

Greg Smith

I am trying to create a FrontPage web site that uses aspx pages I created
with VS.

I am having fits trying to aspx pages to appear in a frame. Am I trying to
do the impossible or am I just stupid?


Any help is greatly appreciated.
 
M

Marina

There is no difference as far as how frames work. You can have .aspx pages
appear in frames, the same way you had .asp pages in frames before.
 
M

MW de Jager

Try this.

Greate an html frameset using DOTNET and call it default.htm
Populate that frameset with your ASPX pages by right clicking each frame and
selecting the ASPX page you want it to display.
Now start editing default.htm in FrontPage

Keep in mind that when you want to redirect to a specific frame on a
frameset, on say a hyperlink click, then you MUST use the frame's NAME
property, not the ID, where you specify the targetframe.

I hope this helps.

Regards
MW
 
G

Greg Smith

Thank you for your very helpful response.

Could you please give me an example of the syntax for redirecting a frame?

I have created a frameset as you suggested. It is using the default frames,
banner, content and main.

I would like to have a button on a aspx form in the content frame that would
do a Response.Redirect for the main frame.

Code behind button in content frame:

Response.Redirect("<something?> page2.aspx");

Thanks again for your help.
 

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,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top