I was curious if anyone could point me in the right direction on how to show a webpage within telerik controls. I am not sure where to start on this and cant seem to find any relevant information.
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 23 Jul 2024, 10:54 PM
Hi,
To show a webpage within Telerik controls, you can use the RadWindow control to create a modal popup that embeds a webpage. Here’s a basic example of how you can achieve this:
Place the RadWindowManager and RadWindow on your ASP.NET page: