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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pupadu
  • Content: Threads
  • Order by date
  1. pupadu

    Logout Issue

    Hello everyone. I have an application (ASP and SQL Server) that requires a user to login and logout. When the user logs out, it takes them to the appropriate page. However, if they were to click the "Back" button on their browser, they still have access to the last page they had visited. Is...
  2. pupadu

    Using Array Content for Comparison in If...Then

    Hello all. I'll do my best to explain this. I've been having a bit of trouble figuring this one out. I have this application that queries the database (SQL Server) based on personnel and appointment date. I then perform GETROWS on the recordset for one field only (appttime) and this data is...
  3. pupadu

    Using If-Then Within a Loop

    Hello everyone and anyone. I'm a novice at ASP but am learning a great deal from this forum. I have a piece of looping code that I'm trying to manipulate to look at an if-then, but I'm not sure that it's possible. I'll do my best to explain this. The code creates a drop-box. It's contents...
  4. pupadu

    Time Format in ASP

    Hello everyone and anyone. I know that there is a real simple solution to this beginner's problem but for the life of me, I can't find the solution for this. I'm using ASP with an SQL database. I need to convert datetime data such as "17:00:00" into "5:00 PM". I've tried "vbshorttime" but I...
  5. pupadu

    How to Capture Loop Results

    Hello everyone and anyone. I'm new to ASP and to this forum. So please bear with me. I have a Do While loop and need to know how to capture the results of the loop (which is displayed on the screen) into something like variables. In other words: LOOP RESULT 8:00 PM 9:00 PM Should be...

Part and Inventory Search

Back
Top