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 SkipVought 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: *

  1. warrendlr

    Automatic dataset = session in page_upload

    Hello everyone, In the page_load section of my aspx.vb, when reloading the page (postback), I have to retrieve the datasets using a (long) list of assignments Set dsMyDataSet1 = session("dsMyDataSet1") Set dsMyDataSet2 = session("dsMyDataSet2") Set dsMyDataSet3 = session("dsMyDataSet3") ...
  2. warrendlr

    Assinging an object to a variable...

    Oops. Thanks for the tip !
  3. warrendlr

    Assinging an object to a variable...

    Hi. Thanks Genimuse and tsuji for the answers. Actually, I am trying to replace a (long) list of assignments Set dsMyDataSet1 = session("dsMyDataSet1") Set dsMyDataSet2 = session("dsMyDataSet2") Set dsMyDataSet3 = session("dsMyDataSet3") ... (followed with similar instructions with dataviews)...
  4. warrendlr

    Assinging an object to a variable...

    Hi. I would like to do the following: I enumerate all my datasets in a collection (say in a hashtable htHashTable). Now, I would like to use something like dsMyDataSet = session("dsMyDataSet") where the session variable has been set previously, but where I could use a "for each" instruction to...
  5. warrendlr

    Assigning an object to a variable

    Hi. I would like to do the following: I enumerate all my datasets in a collection (say in a hashtable htHashTable). Now, I would like to use something like dsMyDataSet = session("dsMyDataSet") where the session variable has been set previously, but where I could use a "for each" instruction to...
  6. warrendlr

    RegRead and \device\video0

    Hi ! I am trying to read the registry key "\Device\Video0" located in "HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO", but, as it begins with a "\", the command oWSHShell.RegRead("HKLM\HARDWARE\DEVICEMAP\VIDEO\\Device\Video0") produces an error...
  7. warrendlr

    .ini file management

    Hello, I whish to use vbscript to edit (read AND modify) .ini files (for instance, desktop.ini). Unfortunately, I have found no .ini parser yet. Does anyone know any existing code to handle ini files in some script collection ? [3eyes] Thanks, Warren

Part and Inventory Search

Back
Top