Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Has anyone seen a tag like this?

Has anyone seen a tag like this?

Scheduled Pinned Locked Moved ASP.NET
questioncsharpjavaasp-net
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Al_Pennyworth
    wrote on last edited by
    #1

    Hey guys, I am responsible for converting a project from ASP/JSP to ASP.NET. I was looking through the code and I discovered the following line <%=[Name]%> And I cannot find any reference to what such a tag is used for. I am not fluent in web development but I cannot find any documentation relating to <%=[X]%> anywhere. I realize this messageboard is for ASP.NET but I wasn't sure where else to ask this question. Any ideas what this tag will be do? What it is used for?

    G P 2 Replies Last reply
    0
    • A Al_Pennyworth

      Hey guys, I am responsible for converting a project from ASP/JSP to ASP.NET. I was looking through the code and I discovered the following line <%=[Name]%> And I cannot find any reference to what such a tag is used for. I am not fluent in web development but I cannot find any documentation relating to <%=[X]%> anywhere. I realize this messageboard is for ASP.NET but I wasn't sure where else to ask this question. Any ideas what this tag will be do? What it is used for?

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Is the page using ASP or JSP?

      Experience is the sum of all the mistakes you have done.

      1 Reply Last reply
      0
      • A Al_Pennyworth

        Hey guys, I am responsible for converting a project from ASP/JSP to ASP.NET. I was looking through the code and I discovered the following line <%=[Name]%> And I cannot find any reference to what such a tag is used for. I am not fluent in web development but I cannot find any documentation relating to <%=[X]%> anywhere. I realize this messageboard is for ASP.NET but I wasn't sure where else to ask this question. Any ideas what this tag will be do? What it is used for?

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        It's normally used to put a value in place in the code. Typically, ASP code looked something like this:

        <table id="Hello">
        <tr><td>
        <%=Name%>
        </td></tr>
        </table>
        

        The code is then interpreted by the ASP interpreter, and the Name is written to the response stream in place.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups