Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Using Frames with ASPX pages

Reply
Thread Tools

Using Frames with ASPX pages

 
 
Greg Smith
Guest
Posts: n/a
 
      06-07-2005
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.


 
Reply With Quote
 
 
 
 
Marina
Guest
Posts: n/a
 
      06-07-2005
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.

"Greg Smith" <> wrote in message
news:%...
>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.
>



 
Reply With Quote
 
 
 
 
MW de Jager
Guest
Posts: n/a
 
      06-08-2005
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

"Greg Smith" <> wrote in message
news:%...
>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.
>



 
Reply With Quote
 
Greg Smith
Guest
Posts: n/a
 
      06-08-2005
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.

"MW de Jager" <> wrote in message
news:d86afm$n7g$...
> 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
>
> "Greg Smith" <> wrote in message
> news:%...
>>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.
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Convert htm pages to aspx pages moondaddy ASP .Net 5 12-15-2005 08:45 PM
passing variables from .aspx.cs code pages to .aspx pages RadioSignal ASP .Net Web Controls 7 10-21-2005 11:41 PM
Running aspx pages on 1&1, signed library and master pages Carl Gilbert ASP .Net 1 07-08-2005 06:58 PM
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
Four ASP.NET Pages in Frames Vs. One ASP.NET Pages Manish ASP .Net 1 11-17-2003 05:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57