CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Commenting

Threaded View

  1. #1
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    Commenting

    i know it looks it is a silly question, but really i'm struggling to comment my ASP.net codes (in HTML mode) {not the code-behind syntax)...

    Since it is "Runat = Server" is used, commenting using "<!-- -->" has no effect..

    any idea, how to comment the ASP HTML code...

    Thanks in adv..

    Sample code i need to commant is below:
    Code:
    <asp:DataGrid id="DataGrid1" style="Z-INDEX: 102; LEFT: 16px; POSITION: absolute; TOP: 56px" runat="server"
    				Height="40px" Width="328px"></asp:DataGrid>
    
    or 
    
    <%# (Container.DataItem)%>
    Last edited by bharadwajrv; May 22nd, 2007 at 08:29 AM.
    Venu Bharadwaj
    "Dream it. U can do it!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured