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")
...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.