Search results for query: *

  • Users: kate_cha
  • Content: Threads
  • Order by date
  1. K

    exporting xml data to excel file

    HI, I need to export some xml data to an excel file. I've found a few ways of doing this on the web, but none of them quite fit what I want, and my knowledge of xml manipulation is not fantastic. The problem is: I have some existing code in a web application which used to work but which now...
  2. K

    Integers showing as code numbers (ie &H33 instead of 3)

    When I'm debugging in VS and either hover over a numeric variable with the mouse or print out the variable in the immediate window, instead of ie 3, I get &H33. If I do i.ToString() then it prints out the number, but it's getting kind of annoying. Does anyone have any ideas about how to change...
Back
Top