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 Chris Miller 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. colly24

    parsing the sheridan data widget cells

    Sorry i forgot to mention, the grid is in AddItem format
  2. colly24

    parsing the sheridan data widget cells

    Hi, I'm using a sheridan data grid which has been set up to replicate a listbox (there are 3 columns in the listbox but the rows are set to selectable mode). On the pressing of a button i want to parse all the cells in the datagrid to form an XML string with all the values. The XML isn't a...
  3. colly24

    error trapping a database connection

    Hi, i want to perform error trapping on the connection to a server, so if the SQL server is inaccessible the site does not crash. I'm using javascript and hoped the try...catch might work this is want I've tried, this code is contained within existing ASP script: %> try {...
  4. colly24

    hiding drop down menus

    Hi, i want to try and hide or make read only a drop down menu, but i still have to be able to use the value that i set for that menu, so i guess disable is out. any help would be great
  5. colly24

    drop down menu navigation

    Hi, I'm trying to use a drop-down menu to link to various other pages. The menu should appear in a frames environment, but should call other base asp pages that may or may not include frames (some pages have them, some don't). I have the simple links working in the frames correctly but can't get...
  6. colly24

    asp link

    no, its in the same folder. i have the same link on a number of other pages and they all work fine
  7. colly24

    asp link

    eh sorry, it must be the monday morning syndrome, i'm not using frames
  8. colly24

    asp link

    Hi, I'm using ASP for a website, the links work, in essence. but when i choose one particular link from one page back to the base page the url does not change, although the page itself has. <a href="Task.asp">[ Back to Task List ]</a> &nbsp; &nbsp; &nbsp; &nbsp; its a simple link so i don't...
  9. colly24

    opening asp page

    Hi, I'm running a script to link to another ASP page. But when selected i get an error message saying: "IE cannot download d from....plannedActualsMetrics.asp'||http. IE was unable to open this internet site. The requested site is unavailable or cannot be found. Please try again later." The...
  10. colly24

    busy message when removing index cycle

    I'm trying to remove the oldest Networker index cycle. But it keeps telling me that its busy and to try later. To the best of my knowledge there are no other functions running, any ideas?

Part and Inventory Search

Back
Top