User Profile

Collapse

Profile Sidebar

Collapse
Andez
Andez
Last Activity: Oct 9 '09, 08:38 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Viewing called COM methods - Debugging in a way...

    All,

    I'm curious to find out what COM methods on a DLL an application is calling.

    I'm sure there was some profiler that shipped with Visual Studio 5/6 but it's been a while since I've done anything like this.

    Any ideas?

    Cheers

    Andez
    See more | Go to post

  • Yep. Ya beat me to posting the reply cheers...
    See more | Go to post

    Leave a comment:


  • Andez
    started a topic Getting the selected value of a select input

    Getting the selected value of a select input

    All,

    I'm having a little trouble getting the value of a select in my html form. I want a list of dates in a dropdown and when the user clicks on refresh it should do the appropriate action. But when I run in IE7, it comes up with the selectedIndex being undefined.

    In my HTML body, I have the select and standard button:

    Code:
    <body id="example" onload="displayXML();">
        <div
    ...
    See more | Go to post
    Last edited by gits; Mar 31 '09, 10:03 AM. Reason: added code tags

  • Andez
    started a topic Printing Large amounts of GridView data

    Printing Large amounts of GridView data

    All,

    I've got a GridView in a scrollable panel (in ASP.NET 2.0), which when printed will remove the scrolling part and expand to fit the whole GridView in which is OK - prints fine. I've also got a chart on the page that will graphically represent the data. All printing is ok, except when I retrieve large volumes of data.

    However, when I retrieve lots of data, the GridView does not fit on the page (either Portrait/Landscape)....
    See more | Go to post

  • Shashi,

    Thanks. Seems to have done the trick as it has been running without any problems.

    Andez
    See more | Go to post

    Leave a comment:


  • Andez
    started a topic Logging to Text File in a Windows Service problems
    in .NET

    Logging to Text File in a Windows Service problems

    I've wrote a windows service that performs simple functions within our application. To ensure safe running of the service - if it errors we want to know where when how - it logs to a text file - in this instance BLAH.log.

    The code is executed within a timer which runs at 30 second intervals and polls folders. Each part of the process will log to the log file.

    The service will throw an IOException exception. See below...
    See more | Go to post
    Last edited by Andez; Feb 21 '08, 11:03 AM. Reason: left ref to my app in

  • Andez
    started a topic Filter XML in XSL using HTML Controls
    in XML

    Filter XML in XSL using HTML Controls

    All,

    I wondered if it were possible to filter XML data based on selected options, values in combos in HTML.

    Suppose I have the following simple XML:

    <root>
    <city name="London">
    <person name="Jeff"/>
    <person name="Jess"/>
    </city>
    <city name="Leeds">
    <person...
    See more | Go to post
No activity results to display
Show More
Working...