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 TouchToneTommy 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: boro2g
  • Content: Threads
  • Order by date
  1. boro2g

    unwanted form action - viewstate problem

    Hi, I am re-writing the 404 error page for my site to offer a more attractive error state. I have set up IIS so that 404's point to a file /error/404.aspx - this works fine In this page (404.aspx) I parse the querystring to extract the url that was typed (or linked to) and display this value...
  2. boro2g

    GAC + vn.net namespace

    I am trying to create a shared dll which can be used for error reporting on each site i am running. I have created a keypair (sn.exe) and built my code within a namespace (including the key) This verifies ok (with -v flag) Using gacutil on the server, i have 'installed' the dll to...
  3. boro2g

    multi word search using stored procedures

    I am currently implementing a search function from an asp page where the user can input a string (restricted to about 255 chars), from which a dynamic sql statement is constructed. Eg if they search for "a b c", the script recurses through each word and append the sql to a str which would then...

Part and Inventory Search

Back
Top