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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net tags in frames not displaying

Status
Not open for further replies.

jockey

Programmer
Nov 18, 2003
34
GB
I have a page that i wish to display in a frmae. When displayed outside the frame the page is fine and all the tags display as expected. But when I place the page into the frame most of the tags are ok but the ASP.Net tags do not display. Does anyone know why this is is??
 
jockey: could be somewhere in your code you've left out a runat="server" statement, or it could be a myriad of things - post an example of your IFRAME tags and a brief of your html tags (from html to /html).
 
What do you mean by "ASP.Net tags"? .Net server controls generate standart HTML controls into the browser, i.e. <asp:TextBox /> will generate <input type=text>, so there shouldn't be any difference.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top