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!

Recent content by djayakum

  1. djayakum

    Tab Order in PDF Forms

    We are developing online pdf form using asp. we need to do the tab order for the form we have. How to apply tab order in pdf form. Please help us how to do that Jay
  2. djayakum

    Issue with Acrobat reader 7.0

    hi, I have created a PDF / FDF files using Adobe 6.0 Professional. This is a basically a FORM with many text boxes to input text. This PDF upon clicking a button will send out an email to the email address supplied with the FDF data of the PDF file. The recipient upon receiving the mail with...
  3. djayakum

    PDF - ASP Application

    hi, I have created a PDF / FDF files using Adobe 6.0 Professional. This is a basically a FORM with many text boxes to input text. This PDF upon clicking a button will send out an email to the email address supplied with the FDF data of the PDF file. The recipient upon receiving the mail with...
  4. djayakum

    control panel settings programatically in C#?

    How to do the following control panel settings programatically in C#? "Set the following Power Schemes to Never a. Turn off hard disks b. System standby c. System hibernates" Jayakumar
  5. djayakum

    Start C# Programme when the start the computer

    If i switch on the machine, how i can start my C# application automatically? Please help on this issue thanks in advance! Jayakumar
  6. djayakum

    Full Text Search Problem

    Hi, Environment: ASP.NET,VB.NET,Ms Sqlserver Probem in Full Text Search Issue: My asp.net application having search option so we used MS Sql Server - Full Text Search. If i update any data in the search table,search not finding the updated information,search result showing only the old...
  7. djayakum

    Probem in Full Text Search

    Hi, Environment: ASP.NET,VB.NET,Ms Sqlserver Probem in Full Text Search Issue: My asp.net application having search option so we used MS Sql Server - Full Text Search. If i update any data in the search table,search not finding the updated information,search result showing only the old...
  8. djayakum

    I can use URL in my connection string like this ?

    Hi, I can use my connection string like this ? oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=http://www.xyz.com/mydb.mdb;" & _ "Uid=admin;" & _ "Pwd=" JK
  9. djayakum

    Conncetion String

    Hi, I can use my connection string like this ? oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=http://www.xyz.com/mydb.mdb;" & _ "Uid=admin;" & _ "Pwd=" JK
  10. djayakum

    Conncetion String

    Hi, My databse access file is placed in the internet,i want to access that databse file from my vb application running in my local machine,if possible how to connect ? what is the connection string for that ? If anybody knows please reply me JK
  11. djayakum

    What is BizTalk Server ?

    Hello I would like to know about BizTalk Server, what is the use of that server ? Regards JK
  12. djayakum

    Difference between Remoting and Web Service

    Hi, What is the difference between Remoting and Web Service? JK
  13. djayakum

    what is advantage of using System.Data.SqlClient ?

    Hi, what is advantage of using System.Data.SqlClient ? we can use the System.Data.OleDb to connect the Sql Server,So for what they created namespace only for SqlServer ? is there any adavantage is there if i use System.Data.SqlClient ? JK
  14. djayakum

    ADO.NET Disconnected Architecture

    Hi while using ADO.NET's Disconnected Architecture if the multiple users updating the database(dataset) what will hapen ? If i use the DataSet ADO.NET's Disconnected Architecture i dont want to make the connection so am doing some chages in dataset ,at the same another person also connect to...
  15. djayakum

    ActiveX control to open the PDF files- ASP Page

    Hello, I want to create a activeX Control to open the PDF Files, I have to use this activeX Control in my ASP Web page .... How to do that ? If any one knows Please give me a response.. Thanks in advance Jay

Part and Inventory Search

Back
Top