I am using C# ASP.net, and relative new to it, and need to accomplish below.
In my VS2010 web application project I have default.aspx, form1.aspx with button1 and form2.aspx.
1-I want to set form1 as my home page (the first page that opens when I run app) 2-Want to open form2 when I click button on form1
Also, can you please suggest good book that covers items like above?
thanks Jay