Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6829225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:28:33+00:00 2026-05-26T22:28:33+00:00

How does the designer work in Visual Studio? Does it build the view similar

  • 0

How does the designer work in Visual Studio?
Does it build the view similar to some browser or does it have its’ own rules?

The reason I’m asking is because the code below will show in design view.

<!--[if lt IE 7]>
<div>Some text to warn users with IE6 or earlier versions.</div>
<![endif]-->

…or is it as easy as: All code will show up in design view.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:28:33+00:00Added an answer on May 26, 2026 at 10:28 pm

    Your conditional comments worked for me with VS 2010. What version of VS do have installed?

    My guess is that your using an older version of VS and the internal browser is a plain old IE6.0 embedded WebBrowser control. If so its not likely to have its own rules.

    It looks like the Visual Studio 2010 SP1 internal browser is IE7.0 (Man that explains why it is so useless). I get the following details from the internal browser.

    Browser Name: Microsoft Internet Explorer

    Browser Version: 4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E; MS-RTC LM 8)

    To test this out for yourself, add the following code to an ASPX page, build, and then view the page with the internal browser

    <div id="example"></div>
    <script type="text/javascript">
        txt += "<p>Browser Name: " + navigator.appName + "</p>";
        txt += "<p>Browser Version: " + navigator.appVersion + "</p>";
    
        document.getElementById("example").innerHTML = txt;
    </script>
    

    From http://www.w3schools.com/js/js_browser.asp

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anybody use the Class Designer much in Visual Studio? I have downloaded the
How does visual studio link files to their corresponding designer.cs files? I have a
Why does the DataTemplate line break the WPF designer in Visual Studio 2008? The
Does anyone have any experience hosting the Windows Workflow designer surface? I've seen a
Does the Java language have delegate features, similar to how C# has support for
We have a web page that was created in Visual Studio 2008 by a
Does VB.NET have anything similar to Java's JDK source code? When I used to
I will work with one designer that does not know anything of Git. I
My designer keeps throwing out the term liquid layout. What does this mean? Thanks
What does the following error mean? Geeneration of designer file failed: Exception from HRESULT:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.