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. Comments in ASP.NET

Comments in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpcssasp-netsysadminperformance
2 Posts 2 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
    amittinku
    wrote on last edited by
    #1

    Hi, In aspx.cs file: We can put the comments using // or /* */ In aspx file: <!--   --> used for client side code, <%-- --%> for server side code. Is this the way only? Any best practise from performance perspective i.e. which type of comment to be used to put less load on server?

    C 1 Reply Last reply
    0
    • A amittinku

      Hi, In aspx.cs file: We can put the comments using // or /* */ In aspx file: <!--   --> used for client side code, <%-- --%> for server side code. Is this the way only? Any best practise from performance perspective i.e. which type of comment to be used to put less load on server?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      All your comments are stripped exactly the same. The big issue is, comments in your ASPX get sent to the client, too, which is a bandwidth issue. There's no 'high performance comments'.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      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