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 Mike Lewis 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: *

  1. Hodack

    asp errors

    When you changed the Session statements and tried again, did you first close your browser and start again? If not, your previous session variable was probably still active. Change all the Session("UserGood") statements throughout the code to be either boolean or string...
  2. Hodack

    quotations

    Use 2 consecutive double quotes to denote one set of quotes. It may look strange, but I know this will work. To out put this: "sample" It should look like this in the code: Response.Write("""sample""") Another example... James "Jimi" Smith...

Part and Inventory Search

Back
Top