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: *

  • Users: ebarratt
  • Order by date
  1. ebarratt

    Search Engine issue

    Thanks DNG, Saved me alot of time now that I get error messages. Thanks for the advice. Errol Errol Barratt
  2. ebarratt

    Search Engine issue

    How do I enable error reporting in asp? Just get the internal http 500 error. Errol Barratt
  3. ebarratt

    Search Engine issue

    I've been staring at this for sometime and think it's time to pull back for a few and maybe ask for alittle help if anyone can spare a few seconds. I can't seem to get this code working: <% Session("frmSearch")=Request("txtSearch") Session("frmSearchSize")= Len(Request("txtSearch"))...
  4. ebarratt

    Viri/Spyware Information

    Just a good link to read about Virus, spyware, and the top programs for protection. If you use google then http://www.MyGoogleSpace.com/index.htm is also a great homepage to use. But anyway here is a page that gives great advise for anyone who wants to remove pests from your machine...
  5. ebarratt

    Bad Infection Any better suggestions

    Ok so I was on a service call today for an OS Service. Client had 105 processes running on a windows xp machine completely updated with sp 2 and all. Most of them were viri/spyware. I completely cleaned the machine out of all traces of spyware and tuned it up perfect. I did run into one...
  6. ebarratt

    Need Urgent Help Please Anyone!

    Hi all, I am using a backend sql2000 db to store information. I have a table with 2 rows in it. The second column(YSItemNumber) has the value 1 for the first row and the value 2 for the second row. When this code below is executed the dropdownlist(lstYSItemNumber) has 2 options both with...
  7. ebarratt

    dropdownlist postback problems

    Hey all, I'm having issues. I have a drop down list populated with values from a database which is working fine. Then the user has the option to add a new option by clicking an asp.net submit button that calls a javascript function to add it to the dropdownlist. However, when the page is...
  8. ebarratt

    dropdownlist.items.insert problem

    I want to populate a drop down list programmically and i'm using the syntax: lstYSItemNumber.Items.Insert(intYSItemNumber, intYSItemNumber) Is my understanding correct that the first parameter of the Insert operation the index in the dropdownlist collect and the second paramenter of the insert...
  9. ebarratt

    Not getting alert() working.

    hey all was wondering if anyone could help me. I'm trying to get a javascript event handler into an asp.net webcontrol. in asp.net's form_load procedure i set the webcontrol submit button to right the html event handler like so. Form_Load event: btn.attributes.add(&quot;onSubmit&quot...
  10. ebarratt

    Webcontrols &amp; implementing clientside event handlers

    Hi all, I am using asp.net webcontrols and wanted to know if I could add html client side event handlers that call javascript functions. For a prime example, I create a webcontrol button, when that is clicked I want it to call a javascript event handler that can return a false value and not...
  11. ebarratt

    string problem

    Hey all, Guess I'm flooding this board with questions, sorry about my lack of the vb.net syntax 8(. Anyway, i'm having problems with assigning values to a string variable from input controls like a textbox when the user enters in an apostrophe. You can view the error at...
  12. ebarratt

    apostrophy delimnia

    thank you for the help! Errol Barratt work: 856-810-5712 home: 856-697-1593 *** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
  13. ebarratt

    apostrophy delimnia

    Hey all, I am using client side cookies to track if a user has been to my site before or not. In my html head section I call an asp.net subroutine shown below to decide whether my body tag has the onload method or not. If the user has a cookie then the body tag does not have an onload...
  14. ebarratt

    Update Stored Procedure help!

    Hi all, I am having problems with an sql2000 database update stored procedure. I create the connection, command, and parameter objects and use the dbcmd.executenonquery method. It returns a 1 for one records effect as it should but it never updates the record. Here is my stored procedure...
  15. ebarratt

    web.config sessionState for SQL DB version 7

    Hello All, I am running off of a remote host running Windows2000 Advanced server, IIS 5.0, and have a backend SQLServer. Whenever I upload my web.config sessionState arguments: <sessionState mode=&quot;SQLServer&quot; sqlConnectionString=&quot;data source=myDsnName&quot; /> My site...
  16. ebarratt

    I know this is the wrong forum but does anyone know?

    hey all, I'm attempting to use a framed site. On the left side of the frame i have declared my main categories to navigate the site, and when they choose an option from the left naviagtion frame, the right frame will display the appropriate choose. The problem i'm encountering is that the...
  17. ebarratt

    css problems

    hey all, I'm attempting to use a framed site. On the left side of the frame i have declared my main categories to navigate the site, and when they choose an option from the left naviagtion frame, the right frame will display the appropriate choose. The problem i'm encountering is that the...
  18. ebarratt

    css &amp; framed site

    Hey all, Here's my dilema. I have a left navigation bar that when you go over one of the options on that bar it pops up a style sheet with more options. Like if u go over the search button it'll show on a pop up style sheet Basic Search, Advanced Search and search results. The problem is...
  19. ebarratt

    style sheet on a framed site.

    Hey all, Here's my dilema. I have a left navigation bar that when you go over one of the options on that bar it pops up a style sheet with more options. Like if u go over the search button it'll show on a pop up style sheet Basic Search, Advanced Search and search results. The problem is...
  20. ebarratt

    fixed width combo boxes

    Hello all, I'm writing an app that uses combo & listboxes in the form. Is there a way to make the characters inside the options fixed width? Currently, my option descriptions are all zig zaggy lol if that's a word. style=&quot;font-size:9pt; color=navy; face=?&quot; maybe inside of the...

Part and Inventory Search

Back
Top