CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2007
    Posts
    16

    Question Displaying event log details using ASP.NET

    Hi everyone,

    I'm trying to follow the guide and code samples posted in this really great article:

    http://www.aspheute.com/english/20000811.asp


    However, I'm getting errors if I try to add fields such as "Strings", "ComputerName", "Message" or "RecordNumber". Did I forget to instantiate an object? What am I missing?

    Regards,
    Michael

  2. #2
    Join Date
    Apr 2007
    Posts
    16

    Re: Displaying event log details using ASP.NET

    Specifically, I'm using the Datagrid example.

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