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. klinney

    checkbox remembers values

    Hi I have a page that displays rows of a table and each row can be selected by a checkbox. Each row can also be sorted by its column heading. Once you have selected the rows you want you are taken to a new page that diplays the rows you selected. My problem is that when i go back to my first...
  2. klinney

    Execution Plan did not like a #temp table

    i am trying to create a web page. It runs a stored procedure that creates a temporary table. My problem is that I want to use temporary tables because i dont want to waste space on the server BUT I cannot delete and insert rows into a temporary table because it goes out of scope. What is the...
  3. klinney

    selecting rows from stored procedure

    I am having problems getting a proper value into the checkbox. In the code that follows you can see I get a value of x (row number) into checkbox. How do I get JobID (primary Key)into there. My table is called JobsGlasgow. I have tried various ways but none seem to work. Obviously am missing...
  4. klinney

    selecting rows from stored procedure

    I have a stored procedure that runs and outputs results onto an asp page. From there i want to select various rows that interest me via a checkbox and submit the rows to a new page where i can print my results. I am struggling with getting the rows to display again after the checkboxes have...

Part and Inventory Search

Back
Top