Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 - where has ASPX design and split view gone?

Just started a new web forms project in Visual Studio 2012.

Opened my aspx page in 2012 and there is no Split or Design View?

I am using the RTM version.

Have they honestly taken this out? If not, where can I find them?

like image 961
JGilmartin Avatar asked Aug 29 '12 12:08

JGilmartin


People also ask

How do I remove a split view in InDesign?

Click Remove Split on the Window menu to restore the single view. You can use tabs to arrange your layout in several different ways. For example, you can view a preview of a file in the editor without opening the file, you can group your tabs, and more.

How do I change the default view in Visual Studio 2017?

In Visual Studio, to change the Default View from Design View to Source View, or Split view, do the following. In the menu, go to “Tools” > “Options.” Once in options, select the “HTML Designer” Section. Next, select your default view of choice, Design View, Source View, or Split view. Click “OK.” Then restart Visual Studio.

What is design view in ASP NET?

To help you edit a page, Design view displays certain elements, such as hidden fields, that would normally not be visible in the browser. Design view also displays gray boxes or other representations of ASP.NET server controls, such as data source controls, that do not render markup at run time.

Can I split view horizontally or vertically?

Additionally, you can see in the above image ( Red Arrow →) when in Split View you have the option to Split Horizontally or Vertically.


Video Answer


1 Answers

Follow theses steps

Go to Tools --> Select Options

Tick the box at the bottom of this dialog: Show all settings.

Select HTML Designer --> Enable HTML designer

like image 62
Aghilas Yakoub Avatar answered Nov 09 '22 18:11

Aghilas Yakoub