Enter Keywords:
1 - 10 of 16394(0.221 seconds)
Sort By:
 
Hi there, I have been asked to do the following - please advice if this can be done. I have an ASP form which needs to capture the signature of a client upon reciept of goods on a touch sensitive...
Zones: ASP.Net Programming, MS Visual...Date Answered: 07/18/2008 Rating: 8.0 Views: 4
Hi there, Please could someone assist me with the following.   I have created an ASP form that submits the data to a SQL database. I now need to take the same ASP from and have the content subm...
Zones: ASP.Net Programming, ASPDate Answered: 07/22/2008 Rating: 8.0 Views: 0
Hi there, I have been seraching the net for examples and all seem very complicated for what i need to do. May be someone could supply me with simple code for the following. I have one asp page wh...
Zones: ASPDate Answered: 08/21/2008 Rating: 8.2 Views: 0
Hi there, I have been told that my IIS is running a lower version of ASP and that i need to install ASP.Net 2.0 Can anyone tell me where i can get a freeware copy of ASP.Net to install on my serv...
Zones: ASP, .NET Framework 2.xDate Answered: 08/26/2008 Rating: 8.2 Views: 0
Hi, I have to conduct a web survey next week and need the responses inputed into a MS Access database. The webserver is on a Windows NT machine with ASP components installed. I'm pretty familiar w...
Zones: CGIDate Answered: 12/08/1998 Rating: 5.2 Views: 4
Just wondering that if it is possible to have global functions shared by 2 or more ASP pages??? Becos I have several ASP pages, but very often they will use common user-defined functions.... Altho...
Zones: CGIDate Answered: 03/15/1999 Rating: 7.8 Views: 0
Im trying to setup a form with two type="image" input buttons.  Id like these two buttons to appear on the same line, but when each is clicked, something different happens.  If a user clicks "save"...
Zones: HTMLDate Answered: 03/08/1999 Rating: 6.6 Views: 4
I have a simple Counter in my ASP-Pages for counting all active Connection:     SUB Session_OnStart         Session.Timeout = 1           Application.Lock           Application("Count") = Application("Cou...
Zones: CGIDate Answered: 05/04/1999 Rating: 7.6 Views: 0
i want to fill the select control (combox) in subrotine. the code : sub insert_ins() dim TheForm       set TheForm = Document.ValidForm             FOR J=0 TO 10             TheForm.institute.add =InstituteArray(j)       next ...
Zones: HTMLDate Answered: 04/20/1999 Rating: 6.6 Views: 0
i have access toy server now iwant to open the directory on the server using asp how to open the same and display all the files in html format.please let me know the function which open the directo...
Zones: HTMLDate Answered: 05/09/1999 Rating: 8.0 Views: 0