So I wasn't planning on using ASP.NET, but my video for watching C# gentleman said that we need to open an ASP.NET web forms application to learn partial classes. So I went to do that but it gives me a "welcome to ASP.NET" screen. I want it to look like
this. Thank you. I have VS2013
Go to your solution explorer. If you can't find it go to (top of the screen) View -> Solution Explorer. In that window select the web page you want to access file extension .ASPX
If there is not one then right click on your solution name in the solution explorer and choose the option for ADD and then WEB FORM. Type the Name of the web page that you want to add.
From the solution explorer window double click the web page IE .. webform.aspx
On the design surface right click and select view code
si vis pacem para bellum
If this answered your question then please mark it as the answer.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
THANK YOU! I suppose it should look that this, no? If so, thank you.
You are right.
Here is my Default page in Web Form.
With regards,
Angie
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
3 Posts
How To Set-Up Asp.NET
Jul 16, 2015 12:26 PM|baba_944|LINK
So I wasn't planning on using ASP.NET, but my video for watching C# gentleman said that we need to open an ASP.NET web forms application to learn partial classes. So I went to do that but it gives me a "welcome to ASP.NET" screen. I want it to look like this. Thank you. I have VS2013
Contributor
2403 Points
828 Posts
Re: How To Set-Up Asp.NET
Jul 16, 2015 12:32 PM|DeadTroll|LINK
Go to your solution explorer. If you can't find it go to (top of the screen) View -> Solution Explorer. In that window select the web page you want to access file extension .ASPX
If there is not one then right click on your solution name in the solution explorer and choose the option for ADD and then WEB FORM. Type the Name of the web page that you want to add.
From the solution explorer window double click the web page IE .. webform.aspx
On the design surface right click and select view code
If this answered your question then please mark it as the answer.
Contributor
2403 Points
828 Posts
Re: How To Set-Up Asp.NET
Jul 16, 2015 12:33 PM|DeadTroll|LINK
You can also follow this video from channel 9
http://www.asp.net/web-forms/videos/how-do-i/build-your-first-asp-net-application-with-asp-net-web-forms
If this answered your question then please mark it as the answer.
All-Star
32817 Points
3815 Posts
Microsoft
Re: How To Set-Up Asp.NET
Jul 17, 2015 03:35 AM|Angie xu - MSFT|LINK
Hi,
Welcome to asp.net forum.
More web form resources in ASP.NET Web Form site: http://www.asp.net/web-forms
With regards,
Angie
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
3 Posts
Re: How To Set-Up Asp.NET
Jul 18, 2015 07:16 PM|baba_944|LINK
Thank you for the help. I was waiting for an email back and got flustered. I'm not patient at all.
None
0 Points
3 Posts
Re: How To Set-Up Asp.NET
Jul 19, 2015 08:47 PM|baba_944|LINK
THANK YOU! I suppose it should look that this, no? If so, thank you.
All-Star
32817 Points
3815 Posts
Microsoft
Re: How To Set-Up Asp.NET
Jul 26, 2015 11:09 PM|Angie xu - MSFT|LINK
Hi,
You are right.
Here is my Default page in Web Form.
With regards,
Angie
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Contributor
2403 Points
828 Posts
Re: How To Set-Up Asp.NET
Jul 27, 2015 07:24 AM|DeadTroll|LINK
Yes it should look like that. Hope you have fun and enjoy!
If this answered your question then please mark it as the answer.