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

    insert date part

    i'm trying to insert part of the date in the database using the function 'DATEPART' with no success i only want to insert the day part not the whole date.... Please help i need to do this urgently Thanks in advance
  2. nomu26

    using arrays

    how do i insert records in a table that has two-dimensional arrays... i've never used arrays if someone can help me with this one cheers
  3. nomu26

    problem with search query string

    I have created a form to perform a search with dropdowns and textboxes, I want the user to select any search criteria, if all is selected it works fine but if you select some of the fields it return an error :Microsoft JScript runtime error: object doesn't support this property or method, here's...
  4. nomu26

    Dropdown search query

    I have created a form to perform a search with dropdowns and textboxes, I want the user to select any search criteria, if all is selected it works fine but if you select some of the fields it return an error :Microsoft JScript runtime error: object doesn't support this property or method, here's...
  5. nomu26

    populating dropdownlist colums inside datagrid

    how do i populate a dropdownlist column in a datagrid?? pls help
  6. nomu26

    page count - asp

    I'm displaying records from a database and need only to display 20 records on a page - if records are more than 20 a link 'next20' and 'pre20' should display but it less the link shouldn't display. Here's my code tell me what I'm doing wrong: <%Const iPageSize = 20 dim LogInID, intPageCnt...
  7. nomu26

    dropdownlist change in asp.net

    I've created a dropdownlist which populates from the database and I need to validate three textboxed if &quot;Individual&quot; is selected but if anything other than individual the three textboxes must be freezed - I've done the code and tested it on the asp page by calling the function on the...
  8. nomu26

    problem validating postal code

    hi guys could you please help me I've done my script checking for input data but now I have a problem including checking for number validation in Postal Code field: here's my code and on the Postal code instead of checking for empty field I need to change it to validate number only: function...
  9. nomu26

    textbox change when it get focus - validation

    I have a problem formatting the textbox, like changing the color and inserting a cursor on the field with an error when I'm validating the form field. Can someone give me a script on how to do this and how do I call the javascript in the form tag cause if I call it in the button it doesn' work...
  10. nomu26

    textbox change when it get focus - validation

    I'm trying to write the javascript to check for empty fields and hightlight the field when it empty the javascript check is working but the style I'm not sure how to do that. Nomvula

Part and Inventory Search

Back
Top