Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to know about what is IFrames and how they are actually usefull.
So could some please tell me about it and guide me to some tutorials about it.

thank u
Posted

Do you want to know about Wikipedia, Google, CodeProject and StackOverflow.com and how they are actually useful? They can tell you about what you want and guide you to some tutorials about it.

It will be much more effective then asking such questions as yours…

—SA
 
Share this answer
 
v2
What do you want to know?

IFrames are an HTML concept - W3Schools is good for learning about how HTML features work - http://www.w3schools.com/tags/tag_iframe.asp[^]

How you use an IFrame is then up to you. Yes, they have uses as they effectively embed one web page as an element in another web page which can give you another way to encapsulate some feature so you can resue it elsewhere - and another way to vary the content within a page.

If you think you have a use for them and are working with ASP.NET, either write the HTML code in your aspx file or add them programatically in your C# / VB code using HtmlGenericControl.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900