Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello all,

 

Can anyone point me in the direction of how to incorporate a frame into my aspx pages?

 

I do not see a Web Form control nor an HTML control for either. Basically, what I want to do is create a web app that similiar to older sites - when a user clicks on an icon, a different web page gets loaded into a frame rather then an entire new page appearing.

 

Similiar on that note, does anyone know if it would be possible to implement this type of design without using a postback to the server - in other words, storing the pages to be viewed in the frame on the client during the sessio and just loading them from the there?

 

thanks in advance.

 

inzo

he who forgets will be destined to remember... (E.Vedder)
  • Moderators
Posted

When you select adding a new page/form to an asp.net project you can choose Framed HML page from the template.

 

You can use no postback on pages, lookup @page directive attributes.

Visit...Bassic Software
Posted
Anyone know if ASP.NET frames lead to the same search engine problems with regular frames? Because I hear that frames on a page keep the "content" page's keywords from being found by search engines.
  • Moderators
Posted

I hear that frames on a page keep the "content" page's keywords from being found by search engines.

That's correct.

 

Also, there are no ASP.NET frames, these frames are html frames, it's just a template that VS uses.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...