Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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

C#
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
Posted
Updated 22-Mar-13 0:36am
v2
Comments
Sergey Alexandrovich Kryukov 22-Mar-13 9:13am    
It does not seem to make any sense...
—SA

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