I have a site that I maintain for a bookstore and recently it hangs whenever users try to access the home page or any other page. The browser page goes white and it seems as though its trying to find the page but it never does. I believe there is something wrong on the server side but my ISP...
I have a site that I maintain for a bookstore and recently it hangs whenever users try to access the home page or any other page. The browser page goes white and it seems as though its trying to find the page but it never does. I believe there is something wrong on the server side but my ISP...
I have a MDI form that holds several child forms. I need the child forms to open at a particular location each time they are loaded. So for instance, I have a maximized MDI form that has a menu bar across the top. When i choose File-New-Member, the New Member Screen will open within the MDI...
I have an online registration form that the user has to fill-out in order to register a customer. Part of the form includes a section where the user needs to attach a picture of the customer onto the form that he/she is filling out (at this point the user has already taken the customer's picture...
...After I open the connection, I have the following code:
Set RS = Server.CreateObject("ADODB.Recordset")
strq = "SELECT * FROM Customer Where CustLicenseNum = '" & custlnum & "'"
set RS = conn.Execute(strq)
if (RS.RecordCount < 1) then
'"There were no records found. Please try your...
Im working on a registration form that requires the user to attach a picture taken from a webcam to the form before it is submitted. I want the picture taken with the webcam and stored in a temp. folder where they will access it using the Browse button on the registration page. After the image...
This is what i have:
(from page1.asp...)
<%
for i = 0 to (session("icount") - 1)
response.write("<tr>")
response.write("<td><a href='page2.asp')> ")
response.write(companyname(i) + "</a></td>"
next
%>
The user will be presented with a list of companies. WHen the user clicks on a company...
I am currently working on a project and I can edit the code but VB won't allow me to double-click the form name from the project window in order to view the form and its components. THe prgram says that it has generated errors and needs to restart...Help!
How do i get a list to be printed within a picBox sorted in alphabetical order?
I already know how to use the print method (picDisplay.Print...); but i need to sort records that are being inputted from a file in notepad.
...Thanks to those who helped with my database question; i'm still...
I need assiatance in developing a program for a friend of mine. She plans weddings and events and she needs a program that allows her to add customer profiles(Name, address, etc.), keep track of orders made by each customer, be able to analyze accounting info, and print invoices. I know that i...
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.