| [u]The Frame[/u]-Html(not in ASP.NET)
Frames are a way to divide the browser screen to allow easier navigation under some circumstances. Frequently, frames are used to add a side menu bar to a web site where the constant back and forth clicking would become tedious in a single page. In this example, the side menu bar would allow the user to just click in the side menu bar, and their choice would load into the main window.
[u]The Picture Box[/u](Image control or Html Image)
This is for display image in page, but asp.net haven't control called Picture box that is in windows Forms, here you call Image control.
So Image control is used to display an image.
Thank you | |