Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NoviceNet
  • Content: Threads
  • Order by date
  1. NoviceNet

    Function which returns more than one value

    How do I implement a function so that it returns more than one value? Just like Return a,b,c,d or Return array[2] or by using OUT Params?
  2. NoviceNet

    Return more than one value in C#

    I need to return more than one value in a c# function. Just like 'Return a,b,c,d'. How do I do that?
  3. NoviceNet

    WinHttp timeout issue

    I am using WinHttp object to send and receive information (getting a document in terms of bytes and opening on the browser by converting it into PDF). I am not setting any timeout explicitly in my C# program. Sometimes, our clients are coming across 'timeout' error while downloading the document...
  4. NoviceNet

    Weird XML error

    I am using XML along with WinHttp object to download documents from another server over HTTP channel. I come across this error few times. Description: The '2' character, hexadecimal value 0x32, cannot begin with a name. Line 1, position 26. Any idea?
  5. NoviceNet

    XML error while retrieving data

    I am retrieving documents over HTTP channel using winHttp and XML objects. I came across this error recently. Any idea what could be wrong? Description: This is an unexpected token. The expected token is 'WHITESPACE'. Line 1, position 50. System.Xml Stack Trace: at...

Part and Inventory Search

Back
Top