Hi sir,
how to set the form2 as default page in asp.net windows application. Kindly give me the solution for this problem.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riyaz AkhtarPosted Jul 19, 2013, 8:15 AM
Iftikar HussainPosted Jul 19, 2013, 7:49 AM
In your Program.cs do like this
Application.Run(new Form2());
Regards,
Iftikar