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

    save asp generated report as pdf

    Dear, How can i save asp generated webpage as excel/word/pdf files on to my desktop while browsing the webpages. Thanx in advance
  2. Questionaire

    Display more than one record in one row from database

    Dear How can we display more than 1 record side by side from database and fixing the table cell width constant for display in which the complete record info is displayed. Thanx in advance
  3. Questionaire

    How do you limit text in a multiline textbox?

    Dear Use a function in the javascript with the keypress event for the multiline textbox where in count the length of the textbox matter and if it is greater that what is constrained then pop up the alert. bye
  4. Questionaire

    Specifying the path on creation of a Textfile

    Yes U Can use Server.MapPath method in ASP
  5. Questionaire

    Add new values into Dropdown?

    Dear You can do it with javascript code if you like http://webdeveloper.earthweb.com/repository/javascripts/2003/07/227971/pp_editable_dropdown.html
  6. Questionaire

    ado typelibrary in global.asa not recognized

    Dear use the 'adodb.inc' include file to include in your page to get the constant value from this file for 'adopenstatic' variable.
  7. Questionaire

    I have a table that has customer in

    try using like operator with percentiles in the search criteria
  8. Questionaire

    Using Rdo to connect to an Sql db

    Modify the SQL Statement to: sSQL = "insert into nh_inventory(DB_KEY,DB_STORENUM,DB_RECEIVERNUM) " & _ "values(" & storenum & "," & storenum & "," & receivernum & ")"
  9. Questionaire

    VB Exe Decoder

    Hello Friends, I would be greatful for your valuable help in the following regards. One of my friend has written a small program in vb and made it an exe and it is running fine but now i want to add an extra logic into that program and i do not have the source code for this vb exe file. what...
  10. Questionaire

    help for mts

    dear friend, i am using 3 sql insert in the asp page and all these are to considered as a one transaction. now i want a method by which if any one of the three insert statement fails the other 2 should get roll back and display a message that transaction failed or else success. please guide me...

Part and Inventory Search

Back
Top