I'm new with VS, usually use VS Code but have to use this for a asp.NET project. trouble is all the tutorials involve using design view for the simplest things which is giving me a headache cause I prefer to work from code. So I am trying to find design view but can't get to it. It is enabled as seen in the picture but the option is not showing up.
Can't find design view in Visual Studio 2022
422 Views Asked by Fabian Shamano At
2
There are 2 best solutions below
Related Questions in ASP.NET
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- IIS Rewrite Module exclude bots but allow GoogleBot
- Angular 16 sending null values to API
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- Dropdown list showing SQLServer2005SQLBrowserUser$DONSERVER instead of Active Directory group name in ASP.NET MVC C#
- ASP.NET Identity, Losing Ability to Login until Application Pool Recycles
- How to unprotect ASP.NET FormAuthentication cookie
- How does it work using ASP.NET FormAuthentication
- What is the purpose of a completely standalone 'this'?
- Is there a way to read .csproj PropertyGroup variable in c#
- MSBuild trying to copy different dll with similar name into project sporadically
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- Azure AD guest account in web app authentication user claims data
- Receiving 400 bad request on post when customer auth handler is used
Related Questions in WEBFORMS
- how do I change a URL with form to include additional selection
- How to unprotect ASP.NET FormAuthentication cookie
- How to add default text in output to filled fields in Contact Form 7
- How does it work using ASP.NET FormAuthentication
- asp JQuery Setting Runtime Variables - undefined
- vb.net shared variable make problem one member can see other member information
- Getting certificate exception in asp.net webforms while sending email by using sendgrid
- Debugging Issues in ASP.NET 4.7.2 Web Forms Deployment on IIS Server After Code Modification
- Global or accesing global variable datetime string dynamically in web form application using Visual Studio 2022
- Web Forms aspx - PostAsync Web API
- How to execute client-side code after ajax FileUpload event on ASP.NET?
- Find Asp.net Web Forms control in script in Js (JavaScript) file
- How to call a method directly that resides in another .aspx.cs or .ascx.cs page within an ASP.NET Web Forms project?
- Exception System.Web.HttpCompileException (0x80004005) error CS0234: The type or namespace name 'Services' does not exist in the namespace 'Cnbp.Cbk'
- Getting parse error in aspx page while trying to load dynamic name to asp:panel ID section
Related Questions in VISUAL-STUDIO-2022
- Visual Studio scaffolded Create form does not work in ASP.NET Core 8 MVC
- Finding a specific colour within a bitmap range - VB.net 2022
- How to enable warning C6067 during (WDM) Windows driver compilation in VS 2022?
- What should I do if Visual Studio has a restriction on creating files with a long name or a long path to these files?
- new window with c++ qt
- Migrate Old VS 2015 .suo file to the New VS 2022 DocumentLayout.json
- The file "spng.dll" is not founded in my Visual Studio's project and i get an error
- Getting MSB3174 Invalid value for 'AssemblyVersion' in C# .NET 6 Windows Forms app
- Why do I get weird class method redefinition errors when I compile with Visual C++ 2022?
- Opening external files (docs, picttures, ...) form commentlines in VisualStudio 2022
- New install of Visual Studio 2022 does not show project templates
- How to create a REST API with .NET Framework?
- After reinstalling VS 2022 professional, my project compilation returns warning C4566
- Why am I getting intellisense in .cshtml comments and how to do I turn it off in VS2022 17.9.5?
- How to find winform application in visual studio 2022?
Related Questions in DESIGNER
- Why can't my Liveshare partner see the XAML Designer on Visual Studio 2022?
- How do you set Visual Studio so that winform Label widget BackColor is transparent rather than "Control"
- Why AlternateContent isn't displayed in Visual Studio WPF Xaml Designer view?
- How to mirror the Form without mirroring the Title Bar (RightToLeftLayout) in WinForms
- I want to save the report to the SQl Server database automatically from the DevExpress report designer interface
- can't convert qt designer .ui to .py
- How to determine the path of a DFM where the custom TComponent is?
- How to train and deploy ml models in azure ml designer, just using components?
- Can't find design view in Visual Studio 2022
- highlight flow step or activity step in the rehosted workflow designer by entering display name
- Designer support for DataAdapters in .net6 Visual Studio 2022
- Set .Caption property of inactive userform label from other userform
- How do I display outcome in my textEdit box from application
- Creating a Custom TabControl in C# WinForms - Issues with Drag-and-Drop in Design-time
- How to detect the dfm/project path from a custom control while in the designer?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?




As pointed out in the comments, the screen shot you are referring to is the BIG NEW FEATURE in the brand-new version of vs2022.
The big new whopper feature, and EASILY a narrative can be made that the screen shot you show is by FAR AND AWAY the largest change and largest new feature in vs2022?
Why of course it is the new live preview system based on the new chrome rendering engine is for Webform projects.
So, for example in the old Web Forms, you would see this, and it did/does a rather poor job of rendering the markup UNLESS you run the project (f5) and view the results in a browser.
So, new for vs2022 is a brand-new Web Forms "live preview" option.
Old viewer:
New viewer:
So, the big new exciting news for vs2022 was the addition of a new rendering engine for Web Forms based on the chrome engine. The result is not only can you display live data during design mode, but the rendering and fidelity of this new rendering engine even takes into account CSS you have in the markup.
However, do keep in mind that the drag + drop designer is ONLY for Web Form projects, and not for razor projects, and not for blazer projects.
So, while when using Web Forms, the screen shot you show allows you to turn on this new fantastic feature for Web Forms?
The surface designer option (with a visual drag and drop designer) ONLY applies to Web Form projects, and not MVC projects, and not .net core projects.
As you noted, you are a hand coder and you don't use nor like visual designers anyway, so you not really care about this feature, and you not likely to care about missing some visual form designer, since as you note, you don't use such tools anyway.
So that screen shot, that feature does not and will not apply to your projects, and can ONLY be used for Web Forms projects, not MVC and razor syntax pages.
In other words, you don't get nor have a visual design surface to work with unless you using Web Forms, and the posted screen shot and setting you note hence will not and do not apply to the project type you are working with.
If you are to support a legacy Web Form project, then the screen shot and settings in your screen shot thus will apply, and you are free to choose the new chrome rendering engine in vs2022 when working with Web Form projects. So, to be 100% clear, the visual web designer and options on that page only applies to the visual web designer, and only applies to Web Form projects, not any other type of project you create in vs2022.
So, you ONLY can use the visual web designer when working with WebForm projects.
As a FYI, for some of my projects, the new designer does not work with the latest version of vs2022. As a result, I suggest using the legacy designer, and that means you want this setting: