Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32756

i want to host the asp.net a.aspx page to .net window form

$
0
0
sir please help me by providing the knowledge .
 
how we can call the .aspx page via windows page inside main in .net. not on button click in cntroller.
 

i want to comment the following code from programe file and want to call .aspx page
 
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());

Viewing all articles
Browse latest Browse all 32756

Trending Articles