January 28th, 2007 08:20 AM
Dear All
I have 2 dropdown lists. One containing the Main Menus, and the other one containing the relevant sub menus. Ie when I change the first drop down list, I want the second one the get the...
April 20th, 2006 10:22 AM
Dear All,
I have the following code:-
StringBuilder strInvalid = new StringBuilder();
string strErrorMessage;
strErrorMessage = "Johann";
strErrorMessage = strErrorMessage +...
April 18th, 2006 08:02 AM
Dear All,
I have a value, strObjectAPIID, and I am comparing it to a dataset value in a loop. What i want is, if the value is equal, do not do anything, but if it is not equal, write it to the...
August 18th, 2005 05:07 AM
Dear All, I have created a function to resize an image and save it to the server. This is the code:-
try
{
System.Drawing.Image NewImg;
...
February 12th, 2004 02:48 AM
Dear All,
I have inserted this piece of code:-
path=server.mappath("../../../databases/") & "/merlin.mdb"
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(path)...
November 10th, 2003 01:51 AM
Ok thanks mate, I appreciate a lot!
October 29th, 2003 05:15 AM
I have come up with this code:-
Set rsSelect=Server.CreateObject("ADODB.Recordset")
rsSelect.ActiveConnection = cnnDFlex
Set rsSelectSTK=Server.CreateObject("ADODB.Recordset")...
October 29th, 2003 04:22 AM
Ok i have discovered that I cannot use an inner join since the driver does not support it! I have to do a nested loop
October 29th, 2003 03:52 AM
Dear All,
I have 2 retreive some data from 2 tables that are linked together, however I cannot manage to do it.
My first table has three fields that are relevant to me and these are...
October 29th, 2003 03:51 AM
Ok thanks mate, I will search for that.
October 28th, 2003 06:35 AM
Dear All,
I have an input form where the user must enter his name, surname, e-mail address and choose from three topics, namely Conference, Leisure or Corporate. He can choose as many as he like,...
April 25th, 2003 03:56 AM
Dear All,
I wish to link to an external XML file (which resides on a different server from ours) and then extract some content from it to display it on my web page.
I tried an XML Data...