Search results for query: *

  1. M

    Question convert datarow to strings.

    I'm writing an app in VB.Net 2008 that needs to transpose a list of values in a database. I found that the Join command will just do that. :D Only works on arrays though. The dataset only has one column. So I'm trying to find an elegant way of converting it to an array. I've got 18000 rows...
  2. M

    download pdf from url with application type

    I have this url that I'm connecting to using a WebRequest. For some reason I can't seem to figure out how to download the resulting PDF. It works fine in a browser. I put a webbrowser control on a form and it works too. (I can't have the pdf save automatically with a webbrowser control so...
Back
Top