Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by danm1

  1. danm1

    user login

    Thanks for your help. I'll have to research it some more, since I'm very new to ASP, but at least I have a framework to guide me.
  2. danm1

    Field validator

    Hello, Hopefully, this question is not as vague and/or dumb as my last one. I am using Go Live's field validator to check that some fields are not empty before submitting them to the database. I am applying the action to the submit button, where the event is a mouse click and I select the...
  3. danm1

    Check user login and password against dbase.

    Hello, I have a login asp page, I want to check the student's username and password against my database. If the user and pass checks out, I want to get a field from the record which corresponds to the student id and pass that to the next page so I can use it to identify the student in a...
  4. danm1

    user login

    Hello, I have a student login page and I want to be able to verify the username and password against the database. If the record exists, I need to get the student id and pass it to the next page so it can be used to identify that student in a separate table in the database. So I basically...
  5. danm1

    Access and Cart32 using ASP

    Hello, I have an access database set up on my web server and I am using Cart32. When I use ASP to generate a form element for adding items to the shopping cart, (such as the “Item”, “Price”, “PartNo” elements), it names the element with the field from the database to which it is bound...
  6. danm1

    Binding form elements to database using specific names

    Hello, My shopping cart program gets product information using hidden form elements with specific names for each piece of information. For instance, a hidden element with the name "Item" would take the value of whatever name you want to call your product. The name of the form element...
  7. danm1

    Using Go Live to edit and display my database

    Thanks for your reply RJ, I'll check out that book. I've been trying to dissect some pages that are already working, and eventually I think I'll get it. Thanks again, DanM
  8. danm1

    Using Go Live to edit and display my database

    Hello, I am trying to use Go Live to create forms in order to view and edit information on my Microsoft Access database. I have already tried using Access to create a data access page using info from my database but when I move it to the server it cannot connect with the version of the database...
  9. danm1

    Data access pages

    Hi, I want to create a data access page for dynamic content on my website. I successfully created the page in Access but when it is uploaded to the server the fields do not display on the page. How do I get the page to find the database on the site? Thanks in advance for any help. DanM
  10. danm1

    Go Live freezes when I try to open pages with .asp ext.

    Hi, Whenever I try to open Go Live to view and edit ASP pages the program displays that it is getting the information from the web server and then freezes. Does anyone know why this is happening? Does it have to do with the dynamic content pane and the site root url? Thanks in advance to any...

Part and Inventory Search

Back
Top