inzo21 Posted January 19, 2004 Posted January 19, 2004 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 Quote he who forgets will be destined to remember... (E.Vedder)
Moderators Robby Posted January 19, 2004 Moderators Posted January 19, 2004 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. Quote Visit...Bassic Software
vbFace Posted January 20, 2004 Posted January 20, 2004 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. Quote
Moderators Robby Posted January 20, 2004 Moderators Posted January 20, 2004 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. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.