I added a sqldatasource from my toolbox to my aspx page. I then configured the sqldatasource to connect to a table. I then added a gridview to the same aspx page and selected the sqldatasource as it's data source. In addition to other column formatting etc., I set paging to true. I then opened...
<html> <head> <%Dim ColorIndex(4),Colors(4),i %> </head> <body> <%ColorIndex(1)="Love":ColorIndex(2)="Jealous":ColorIndex(3)="Peace":ColorIndex(4)=+"Leading" Colors(1)="red":Colors(2)="yellow":Colors(3)="green":Colors(4)="blue"%> <form name ="myform">...
I'm calling a function through <select onChange="funcname()"><option>. inside that function I got the selectedIndex value, but when I used that value as an index to get an array item which is declared in the <head> section and filled in the <body> I failed it always gets...
I am automating mail sending in lotus notes using vbscript. But I am not able to use a saved mail stationary as the mail form. I want the script that will use a specefic stationary as the mail template and save that mail in the draft folder.
We have two servers for load balencing, But when we have logged in from one server and upload an image to the server by using simple image upload functionality all work fine but when we try to view image through another server then it doesn't show. Because we store a path of image to DB and image...
Using WMI VB scripting, I would like to create/attach multiple child processes to a parent process, such as the explorer process. Any ideas how this can be done? Below is my code that fails. Thanks! Chris Option Explicit dim wmi, rootProcessName, rootProcess, objStartup, objConfig, objProcess,...
I want to make changes to users registry setting in a non domain environment. Can any one help me in reading the registry value of specific use in the system or remote sytsem on network without domain/AD and write the necessary changes in registry of local or remote machine. The whole process need...
Active Directory, VBScript, VBScript User Registry Changes
Hi all, Just joined in hope for some input on this, there's probably a simple answer but my brain has shut down. I know nothing of JavaScript, only VBScript.. so any JavaScript I use is taken from the net. I'm working on a page which loads a project and its images from a database, for each image...
in a folder or drive how can I find which excel spreadsheets contain macros without opening every one individually?
I am Looking to change a specific registry key using a script I have written. Cannot get the script to run correctly, have been racking my brain on the Answer. Need help. Const HKEY_CLASSES_ROOT = &H80000000 strComputer = "" Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\"...
How can I use VBScript to copy the contents of a folder (including subfolders), but I only want it to copy new files/folders or ones that have been modified since the last copy.
If i am hired to write an application in visual bascic script is it the industry standard that i own the program.
I am having a problem moving large amounts data to a sharepoint server due to file path length. Below is the script I have but it not going to work because it looks for two seperate values only. I need one that will check the entire path and filename and if it exceeds the value I out in then it...
Hi All I wonder if any one can help me on this please... I would like to create a VBScript (or something similar) which when run, 1. It logs on to the ftp server, with a specified username/password. 2. In the current directory, it searches the file "abc.txt", if exists, it checks the timestamp...
I'm looking for help with a VB script to have a MSI file to .exe run inside Installshield.
Is it possible to set TerminalServicesInitialProgram, TerminalServicesWorkDirectory and EnableRemoteControl via VBScript on a standalone server? I am getting “The specified directory object is not bound to a remote resource” error, code 80005009, Source: Active Directory.
All, I have been working on a simple VB script to dismount a specific store, run a offline defrag, then mount the store again. Since this exchange 2K3 server has mulitple stores, I would rather not stop the IS service. I would use a scheduled task to call a batch file which runs the VBscript. I...
why doesn't the statement if (thres_PrivateBytes > cur_PrivateBytes) work properly? it was working when I had the WMI data type as Real32 and now it's UINT32 because I didn't have a conversion from scientific notation to decimal. Anyway, do I need to declare the vars as integers? my theory is...


