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: jck1
  • Order by date
  1. jck1

    Designing asp form

    Hi, I have an Access application which need to be converted to asp-sql server application. This Access application uses a single form. This form has got a SS number with names and age. The form has two subforms. One of the subform uses a physical test score which is basically four different...
  2. jck1

    Problem with table insert in asp

    Thanks for your help DNG. I appreciate it. It worked perfect here. I guess the month and the year are reserved words for which the sql statement was not executing.
  3. jck1

    Problem with table insert in asp

    Hi, I am gathering the input values to a form using Request.form method from the processing page. After all the data is captured, I am building sql statement out of it. Using a response.write statement, I am generating the output of the sql statement which I can ran against the table to...
  4. jck1

    How to pass a code from a list box to a processing asp form

    Sorry, it was indeed a typo. Any other thoughts about where the above code is wrong. Thanks.
  5. jck1

    How to pass a code from a list box to a processing asp form

    Hi, I have a asp form where one element is a list box which lists four years starting from 2004. This list is drawn from a database table which has YearID and Year as two fields as shown below: YearID YEAR 1 2004 2 2005 3 2006 4 2007 PART...
  6. jck1

    How to validate both new and edit of existing data?

    Hi, I got a ASP page where one can add a record or update any existing records. As soon as a record is added it is appended to the existing records. With this design user can check for erors in existing records or the added record and correct accordingly. Initially, there was no data...
  7. jck1

    Keeping track of users of web applcation

    Hi, I got a web based application. I need to keep track of number of users coming to use this application on a daily basis as also the maximum number of concurrent users using this application. This application is read only one. I have to veiw the traffic for a month. What is the best way to...
  8. jck1

    Problem to compare dates with DateValue

    Hi, I got a asp page where I am trying to do validation of fields using VBSSCRIPT. In one of the validation I need to compare date field. The date field is captured as month, day and year (mm, dd, yy) where each of this entity is entered in separate text box. There is a date named quarter date...

Part and Inventory Search

Back
Top