Click here to Skip to main content
15,898,770 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
IS it possible to use Asp inside the web user control
Posted

1 solution

Do you mean the System.Windows.Forms.WebBrowser control?

ASP.NET runs on a server, so no, you cannot just load ASP.NET source into a WebBrowser control. The browser does not know anything about ASP.NET, it just renders HTML.

Nick
 
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