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!

Recent content by boro2g

  1. boro2g

    unwanted form action - viewstate problem

    Thanks for that, unfort the same problem is still in place - when i view the source of the page, the action attached to the form is still action="404.aspx?404;http://10.10.10.12/erro" (http://10.10.10.12/erro is the page which causes the 404) although i want the action to be to redirect the...
  2. boro2g

    unwanted form action - viewstate problem

    sorry, one v small correction, the enableviewstate is actually on the textbox cheers
  3. 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...
  4. boro2g

    GAC + vn.net namespace

    I have found the problem - v annoying!!! by declaring the project within a namespace, the reference to it from asax file needed errorLogger.errorLogger.logClass Not ideal, but it seems to work now
  5. boro2g

    GAC + vn.net namespace

    I have imported the namespace to my global.asax file ( ) By the references dialog, do you mean in the assembly folder ? (if so, yeah, it appears in there ok, along with reference to version no and public key value) When the page loads, it imports the namespace ok <%@ Import...
  6. 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...
  7. boro2g

    multi word search using stored procedures

    thanks very much for that - works a treat one thing, is it possible to use a search string containing non-alphabetical chars eg dbo.split('why won't this work',' ') - ie cope with ",',-,/ etc cheers
  8. 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