Looking for an IFRAME like ASP.NET Server Control [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionDoes anybody knows, if there is an (free) IFRAME like ASP.NET server control ? It shoud behave like a container control, which adjust itself the width and height dependend on the browser resolution respectively the width/height of its parent control. Background: I want to show/run a web-application inside a web-application.
Perhaps you should have a look at UFrame.
http://www.codeproject.com/KB/aspnet/uframe.aspx
Maybe the RadWindow by Telerik will suite you. You can open up 'Windows' on your page. It has an extensive client API, so you can control the dimensions anyway you want.
http://demos.telerik.com/aspnet-ajax/window/examples/behaviors/defaultcs.aspx
I use it to open up an edit page(.aspx) that will load/save data and then close itself.
精彩评论