Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames?

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
does anyone know what the .NET equivelent of an html frame and frameset is?
 
They are the same I believe. asp.Net is a server side programming technique. It is not a replacement for HTML. Any aspx page that you make is in essence to the client a HTML with javascript page. Make your frames exactly as you would in HTML within the frameset set the frames to load your .Net pages.

HTH [peace]
 
I would point out one issue that I had. I tried creating a frameset in an aspx page (created as an aspx page) and I was getting all kinds of problems - primarily the page would not display. So I added a frameset item then in my windows explorer changed the extension. Since then I have not had a problem with it.

I do not know if this is a common problem, maybe I just did something wrong LOL

Crystal
crystalized_s@yahoo.com

--------------------------------------------------

Experience is one thing you can't get for nothing.

-Oscar Wilde

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top