Search results for query: *

  • Users: David_Ford
  • Content: Threads
  • Order by date
  1. D

    Looking for way to access URL results of get method call

    I have a search form, and the submit button calls another web page with results that were entered. I need to grab that string from the url request and parse it to create a where statement to send to my database. I've looked online for an answer and keep reaching dead ends. At one time there...
  2. D

    NullReferenceException: Object reference not set to an instance of an object.

    This code is blowing up on me, on the last line. No other errors thrown. This is some generated code from a Blazor Server Side app. I can only assume the problem is elsewhere, but I don't know how to find it. This was running, then I was experimenting around with trying to add CSS code into...
  3. D

    Question Getting error about needing GetEnumerator, but I'm using foreach

    Hi. Trying to teach myself some Blazor coding, and I'm having a generally rough time, with some success here and there. I could really use a hand here. I wrote one app that was able to talk to the AdventureWorks db, and spit back some addresses on the screen. I used the "foreach" method to...
  4. D

    Question Parsing XML (DTSX file) into row/column database format

    I'm trying to find the easiest way I can parse an SSIS dtsx file into some database tables. I'm trying to write a tool that will allow easier debugging of SSIS packages. Out of frustration, I just started writing my own text based parser, but has to be something better. I only know a little...
Back
Top Bottom