1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

simple basic syntax question

Discussion in 'C#' started by kapara, May 9, 2010.

  1. #1
    hi

    i'm not a programmer

    just a quick question:

    i have an ASP page with:
    <%
    bla bla
    %>
    Code (markup):
    how do i comment it out, so it's not displayed in the browser, i don't want to delete it

    thanks

    lenny
     
    kapara, May 9, 2010 IP
  2. 50plus

    50plus Guest

    Messages:
    234
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just start every line between <% and %> with an apostrophe, like :

    <%
    ' bla bla
    ' bla bla
    %>
     
    50plus, May 9, 2010 IP
  3. kapara

    kapara Member

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    ah, simple.

    thank you very much

    Lenny
     
    kapara, May 9, 2010 IP
  4. 50plus

    50plus Guest

    Messages:
    234
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You're welcome :)
     
    50plus, May 10, 2010 IP
  5. kapara

    kapara Member

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    hi

    i clicked on your signature and arrived at cuil.com.
    are you Mr. cuil ?
    ;)

    thanks

    lenny
     
    kapara, May 10, 2010 IP