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

    netscape not printing certain images...?

    hey, i have a page that i design and the user is supposed to print it out. (its a certificate) the problem is, i can print the page in netscape 4.7 10 times and 5 of them certain images will not appear in the print. anyone heard of this "problem"? thanks!
  2. jkat

    ascii number to string?!?!

    Hey, How do i convert an ASCII code number to its string equivelent? For example: my_var = 87 alert(convert(my_var)) <-- I want it to alert &quot;W&quot; any help would be greatly appreciated!! thanks a lot!! -Jason
  3. jkat

    are session variables availabe in the Session_onEnd

    i am having a bit of trouble with using Session variables. I was wondering if Session variables are still available during the execution of the code in the Session_onEnd sub. Im specifically trying to access a session variable in the Session_onEnd and i think i keep getting blank values...
  4. jkat

    refresh resubmitting data problem.

    Hey, I have 1 asp pages. page1 is a form and page2 is the page that submits the data from page1 to a database, and redisplays the contents of the database. My problem is this: when i complete the form on page1 and hit submit, i get page2 displaying all of the data in my database including...
  5. jkat

    random SQL Server error? Help!

    I am randomly getting this error message with my production sites and I cant figure out what the problem is. (needless to say this is a bad problem to have in production) Here is the exact error that is displayed on the screen: ---------------- Microsoft OLE DB Provider for ODBC Drivers error...
  6. jkat

    SQL Server Timeout error?? HELP!

    I am randomly getting this error message with my production sites and I cant figure out what the problem is. (needless to say this is a bad problem to have in production) Here is the exact error that is displayed on the screen: ---------------- Microsoft OLE DB Provider for ODBC Drivers error...
  7. jkat

    refreshing problem..

    Hey, I have a data entry form that when a user enters data and presses submit, it takes them to a page that displays what they entered in a list type format (kinda like a message board, wink-wink). What i want to prevent is theh problem that after the user arrives to the list page, if...
  8. jkat

    constantly getting SQL Server Timeout error

    Hello, Im using ASP and sometimes randomly when my ASP tried to OPEN a connection with my SQL server, i get the following error: [Microsoft][ODBC SQL Server Driver] Timeout expired I am using a DSN on my webserver that is connecting to another SQL server. Any help on this would be greatly...
  9. jkat

    how to "de-dup" a database?

    Hey, I have a quick question. I have a database in MSSQL 7 and it has about 16,000 records. I want to be able to remove all duplicat records from the database based on a certain field (ie all records with the same accntID be removed) so i only have a remaining database of unique account...
  10. jkat

    asp 3.0 in NT4??

    is it possible to run IIS 5.0 and ASP 3.0 on a NT 4.0 box? Thanks! Also, if the above is possible, is it then possible to run ASP.Net on an NT 4 box also? thanks again!!!!
  11. jkat

    displaying number of &quot;active&quot; users

    Hello, I have a website that is member-only. I would like to display in the corner the number of active users, or the total number of users currently &quot;logged in&quot;. Is there a way in ASP to do this. I was originally using Session_OnStart to increment a var, but it was never being...

Part and Inventory Search

Back
Top