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 881989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:21:18+00:00 2026-05-15T12:21:18+00:00

I did a quick search on SO for this and didn’t come up with

  • 0

I did a quick search on SO for this and didn’t come up with anything.

Doesn’t

<%-- The following line works around an ASP.NET compiler warning --%>
<%: ""%>

seem like a bit of a hack?
what’s the point of this, and is the MS Dev Team doing anything to work towards a resolve?

  • 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-15T12:21:19+00:00Added an answer on May 15, 2026 at 12:21 pm

    There is a writeup in the ASP.NET forums about this. Without that line, you might get compiler warnings that look something like “__o is not declared”. This work around prevents those from ever appearing.

    From the asp.net forums…

    ASP.NET Forums

    We have finally obtained reliable
    repro and identified the underlying
    issue. A trivial repro looks like
    this:

     <% if (true) { %>
    <%=1%>
    <% } %>
    <%=2%>   
    

    In order to provide intellisense in <%= %> blocks at
    design time, ASP.NET generates
    assignment to a temporary __o variable
    and language (VB or C#) then provide
    the intellisense for the variable.
    That is done when page compiler sees
    the first <%= … %> block. But here,
    the block is inside the if, so after
    the if closes, the variable goes out
    of scope. We end up generating
    something like this:

       if (true) { 
            object @__o;
            @__o = 1;
       }
       @__o = 2;
    

    The workaround is to add a dummy
    expression early in the page. E.g.
    <%=”” %>. This will not render
    anything, and it will make sure that
    __o is declared top level in the Render method, before any potential
    ‘if’ (or other scoping) statement.

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

Sidebar

Related Questions

Did a quick search but could not find anything about this. I guess all
I did a quick search and could not find anything on this topic. I
I did a quick search, but couldn't find a specific solution to this (I'm
So a search on google didn't turn up anything and neither did StackOverflow so
If this question seems common to you, I apologise, I did a quick search
I did a quick search and got this link From StackOverflow I get this
I did a quick search for this and was surprised not to find it
I did a quick search on how to check whether Internet is available or
I did a quick search but couldn't find the solution here, forgive me if
I did a quick search, but couldn't find a direct answer. New to Rails

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.