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

    Session.codepage and Charset tag

    Hi If I have codepage set in session_onstart event to 1252 and have charset=utf-8 in the page header then which will superseed, I mean which encoding the page will have? Thanks.
  2. rohitpabby

    Why special French or German characters change in display

    Hi All I have got a problem. I have some records in my database with French or German characters e.g.: SG - Société Générale or DRH - Pôle Distribution Bâtiment What happens is when I retrieve them and display using vbscript it changes this to: SG - Soci鴩 G鮩rale or DRH -...
  3. rohitpabby

    Accessing Outlook Address Book

    HI There! Can somebody tell me how I can get e-mail address, which I see in my MS Outlook in a drop-down, in an ASP page? I even don't know if this is possible or not. Please help. Thanks. Warm Regards, Rohit.
  4. rohitpabby

    Data encruption

    Hi there! I am using SQL Server 7.0 as my databse and ASP as front-end. I want to store data in one on the columns on a table e.g. salary as encrypted data so that no one can read it and want to display decrypted data when the administrator logs in and tries to view the salary detils. Can...
  5. rohitpabby

    CompareValidator control with dropdownlist

    Hi there! Can we use CompareValidator control with dropdownlist control? If yes then can somebody please give a tested example? Thanks, Warm Regards, Rohit Pabby
  6. rohitpabby

    DropdownList problem

    Hi there! I am a new learner of ASP.NET. I have a dropdownlist control which I have bound with a table and all the records are coming fine. But I want to add one more value in the list. E.g. If I have a dropwon for selection of countries. I want that "Select Country" should be the...
  7. rohitpabby

    Importing Sybase database to SQL Server 7.0

    Hi there! I want to import table/data from the Sybase database to SQL Server 7.0 using DTS but I can not find how to link to the Sybase database in 'Choose a Data Source dialog box' of DTS wizard. Can some body help me how I can do this? Thanks. Warm Regards, Rohit Pabby
  8. rohitpabby

    ASP.NET Problem

    Hi there! I am a new learner of ASP.NET. I have a dropdownlist control which I have bound with a table and all the records are coming fine. But I want to add one more value in the list. E.g. If I have a dropwon for selection of countries. I want that "Select Country" should be the...
  9. rohitpabby

    ScriptX problem

    Hi there!!! I am using 'ScriptX' on the Client-Side Printing. I have mentioned codebase=http://www.meadroid.com/scriptx/ScriptX.cab#Version=6,1,428,11 I got the liecense screen, the first time when I ran the page. I accepted it. But I get the a window with following error, when I try to view...
  10. rohitpabby

    Microsoft Index Server

    Hi! I am using Query and Utility objects to search for words in ASP file querying on Microsft Index Server. When I give two or more words e.g. Microsoft Index Server, it searched for Microsoft OR Index OR Server. But I want that it should search for Microsoft AND Index AND Server. Do I need to...
  11. rohitpabby

    "The query contained only ignored words. " Error

    Hi! I am using Query and Utility objects to search for words in ASP file querying on Microsft Index Server. I getting following error when I search for word "the". Error Type: CreateRecordset (0x80041605) The query contained only ignored words. Is it possible to trap this error and...
  12. rohitpabby

    Server received Winsock error Host not found

    I get this error while sending a mail using CDONTS and SMTP. This comes in a RTF file which is there in the QUEUE directory. Connection to yahoo.com failed. No Ip address found from myserver.mydomain.com-111.11.111.1 yahooid@yahoo.com Server received Winsock error Host not found. where...
  13. rohitpabby

    Server.CreateObject Failed for CDONTS

    Hi, I am new to CDONTS. I am getting the following error while creating NewMail object for CDONTS Server object error 'ASP 0177 : 8002801d' Server.CreateObject Failed I have conformed that SMTP service comes up as Started in the services part of the control panel and that the file...
  14. rohitpabby

    Using WinApi with HTML

    Can we call and use Winapi functions in HTML pages? please help... Thanks.
  15. rohitpabby

    Adding Registry keys and values with HTML

    Hi All! Can we add keys and it's values from HTML code? Please Help.... Thanks.
  16. rohitpabby

    Running EXE from a HTML Link

    Hi All! I can run an EXE from a DOS prompt and ca also pass parameters with it, giving a space between exe and parameter e.g test.exe testparameter Now I want to do the same thing through an HTML page by clicking a hyperling. How to do this? Please Help.... Thanks.
  17. rohitpabby

    Running EXE from a HTML Link

    Hi All! I can run an EXE from a DOS prompt and ca also pass parameters with it, giving a space between exe and parameter e.g test.exe testparameter Now I want to do the same thing through an HTML page by clicking a hyperling. How to do this? Please Help.... Thanks.
  18. rohitpabby

    Running EXE from a HTML Link

    Hi All! I can run an EXE from a DOS prompt, passing parameters with it. Now I want to do the same thing through an HTML page by clicking a hyperling. How to do this? Please Help.... Thanks.
  19. rohitpabby

    Running EXE from a HTML Link

    Hi All! I can run an EXE from a DOS prompt, passing parameters with it. Now I want to do the same thing through an HTML page by clicking a hyperling. How to do this? Please Help.... Thanks.
  20. rohitpabby

    Passing pamaters in VB generated exe

    Hi All! How can we pass parameters in an exe of VB project? What all we have to do in the Standard Exe project for this. Please help.... Thanks.

Part and Inventory Search

Back
Top