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 strongm 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. catch99

    DB Connection Fails but host connection is OK!!!

    Hi, i only program in ASP, but connectionstring should be the same. Example "driver={MySQL}; server=localhost;uid=youruserid;pwd=yourpassword;database=DB_name"
  2. catch99

    Default image if remote server not responding

    Hi, how could I fix so that a default image will load if the remote server not is responding. I need this for a small banner sharing, where many of the banners not are on my server.
  3. catch99

    Horizontally repeat region in columns

    It's coming from one recordset. But maybe I can split it up in two, and try it your way with different repeat regions. Only prob. is that I don't know how many Categories there will be, so I have to build it dynamic.
  4. catch99

    Horizontally repeat region in columns

    I've tried that extension before, but it write's out the recordset as this: Category1 | Link1 | Link2 Category2 | Link1 | Link2 Category3 | Link1 | Link2
  5. catch99

    Horizontally repeat region in columns

    It's ASP i'm using.
  6. catch99

    Horizontally repeat region in columns

    Hi, your right, im using MySQL.
  7. catch99

    Horizontally repeat region in columns

    I have Category and links. So what i want is to get Category as header and links vertically displayed. example: Category1 | Category2 | Category3 Link1 | Link1 | Link1 Link2 | Link2 | Link2 Category4 | Category5 | Category6 Link1 | Link1 | Link1 Link2 |...
  8. catch99

    Horizontally repeat region in columns

    Is there anyway to write out a recordset as follows. 1 2 3 1.1 2.1 3.1 1.2 2.2 3.2 1.3 1.4 4 5 6 4.1 5.1 6.1 4.2 5.2 4.3 5.3 and so on..... I've tried different extensions but none works. horizontal looper 2 only loops from left to right. example. 1 1.1 1.2 1.3 2 2.1 2.2 3 3.1...

Part and Inventory Search

Back
Top