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.

ASP Code writing ?

Discussion in 'C#' started by JamesSorenson, Jul 13, 2006.

  1. #1
    Hello everyone,

    Does anyone know where I can write asp code ?
     
    JamesSorenson, Jul 13, 2006 IP
  2. DanInManchester

    DanInManchester Active Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Not sure what you mean by where?

    ASP files are plain text files like html files only you usually need to have a .asp extension.
    look at www.w3schools.com for some introductory examples
     
    DanInManchester, Jul 15, 2006 IP
  3. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    in your sleep? oh wait thats just me. as if its not bad enough writing code all day long... yay i get to go home and dream about it too lol

    seriously, i use dreamweaver. does a good job color coding your code for you and leaves your code alone unlike some other programs i know ~coughfrontpagecough~
     
    vectorgraphx, Jul 16, 2006 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    classic asp is more of a scripting language, so you can insert asp code inline in your html for example:

    <html><head></head><body>
    <div class="container">
    <%= containerBlock(pageID) %>
    </div></body></html>

    Anything between the start and end tags of asp will render asp code and can be fully mingled between html.
     
    ccoonen, Jul 18, 2006 IP
  5. web_guy

    web_guy Peon

    Messages:
    32
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Write it anywhere ... Either use Visual studio for the purpose ...

    Or just open notepad and type in ...
     
    web_guy, Jul 19, 2006 IP
  6. grobar

    grobar Well-Known Member

    Messages:
    642
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    140
    #6
    this guy is just posting nonsense so that he can gain posts. He should be banned. we've see this before.
     
    grobar, Dec 18, 2006 IP
  7. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #7
    LOL - Tis unheard of, haha
     
    ccoonen, Dec 19, 2006 IP
  8. turkdgn

    turkdgn Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thanks....
     
    turkdgn, Dec 20, 2006 IP