IFRAME search, e.g. ASP.NET Server Control

Does anyone know if there is a (free) IFRAME like ASP.NET server control ? It works as a container control that adjusts the width and height depending on the resolution of the browser, respectively, the width / height of its parent control. Prerequisites: I want to show / run a web application inside a web application.

+3
source share
2 answers

Maybe you should take a look at UFrame.

http://www.codeproject.com/KB/aspnet/uframe.aspx

+1
source

, RadWindow Telerik . "Windows" . API, .

http://demos.telerik.com/aspnet-ajax/window/examples/behaviors/defaultcs.aspx

, (.aspx), / , .

0

Source: https://habr.com/ru/post/1753313/


All Articles