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 Wanet Telecoms Ltd 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: *

  1. conjurer111

    Outlook Blues

    Hi, I'm using Outlook 2000 as my mail client and am facing the following problems. I have my Address Book setup properly. However autocomplete of the To, Cc and Bcc fields don't work. Also when I reply to any mail, the reply address isn't being saved in the Address Book. How do I fix this...
  2. conjurer111

    confirm delete

    Hi, I got a button (asp button) in my aspx page - cmddelete. I need to popup a message asking for whether the user is sure to delete or not. How do I code this part. Thanks.
  3. conjurer111

    Message / Confirm Box

    Hi, how do I show a confirm message box on a button click in an ASP.NET page. Thanks.
  4. conjurer111

    Connecting to Oracle 9i from ASP.NET

    Hi, I need to connect to an Oracle 9i Database from ASP.NET. Although I can connect to the Oracle Database through SQL*Plus. I have downloaded and installed the latest Oracle ODBC drivers for 9.01 from Oracle's website and it didnt help. Also I installed Microsoft .NET Oracle Client and it...
  5. conjurer111

    Hi I have this table activities

    Hi I have this table activities in Oracle whose structure is as follows - id number (PK) activity varchar2 description carchar2 hours number activity_date date My requirement is that I need to select all rows between two activity_date 's and insert them again in the same table. How do I go...
  6. conjurer111

    copy rows

    Hi, I need to copy a certain number of rows from a table based on a query and insert the same set of values into another table with a similar structure. How do I go about doing this. Thanks.
  7. conjurer111

    Datagrid edit mode

    Hi, In the datagrid editmode, how do I change the colour of the row which is being edited and how can I change the size of the textboxes for the grid columns. I wish to provide different sizes for each textboxes associated with the bound columns during the edit mode. Thanks.
  8. conjurer111

    format a date column in a datagrid

    Hi, I have a date column in a datagrid which displays the date as date time. How do I format it. I've seen a format column in the datagrid properties but can't seem to make it work. Thanks.
  9. conjurer111

    newbie query

    Hi, I have an ASP page with the following controls - 1. select box 2. button(execute) 3. textboxes 4. button(update) when the page is loaded, I populate the select item with values from the database. Now what I need is that when I click on the execute button, a SQL query (select * from emp...
  10. conjurer111

    Configure Apache and PHP in Red Hat 8

    Hi, Where can I get detailed info regarding how to configure and use Apache along with PHP. I have Red Hat 8.0 and have installed Apache Server and PHP thats available in the packages. Also are there any GUI tools available to configure them or do I need to edit files and if so which files are...
  11. conjurer111

    Configure Apache and PHP in Red Hat 8

    Hi, Where can I get detailed info regarding how to configure and use Apache along with PHP. I have Red Hat 8.0 and have installed Apache Server and PHP thats available in the packages. Also are there any GUI tools available to configure them or do I need to edit files and if so which files are...
  12. conjurer111

    detect installed program

    Hi, I am using ASP to view crystal reports on the web. However I'm facing a problem. If the latest version of the Java Runtime isn't installed, the reports don't show properly. What I need is to check for this and if the latest version or for that matter, if the Java Runtime environment isn't...
  13. conjurer111

    detect installed programs

    Hi, I am using ASP to view crystal reports on the web. However I'm facing a problem. If the latest version of the Java Runtime isn't installed, the reports don't show properly. What I need is to check for this and if the latest version or for that matter, if the Java Runtime environment isn't...
  14. conjurer111

    Cookies

    Hi, I'm making a site in ASP.NET and I need to do the following. I have a login page where in when a user logs on, I need to store his username and email id in cookies. Later I'll need to retieve these values from other pages. So, what shall be the codes to set a coookie and retrieve it. Also...
  15. conjurer111

    Outlook Express Problems

    Hi, I had setup a MSN Account in OE. It worked fine sending and receiving messages for some time. Now Whenever I try to send any message I get the following error - The server reported an error. Account: 'cnug', Server: 'http://oe.msn.msnmail.hotmail.com/cgi-bin/hmdata', Protocol: HTTPMail...
  16. conjurer111

    Setup Apache and PHP

    Hi, I have installed Red Hat 8. I also have installed MySQL, Apache and PHP as found in the packages. So far I've been able to configure and run MySQL. I am able to create a database, create tables, run SQL and stuff. The problem is I can't figure out how to start off with Apache. I had...
  17. conjurer111

    modem, soundcard and mouse issues

    Hi, I have installed Red Hat 8 and am having the following problems. I have an internal 56K modem manufacturer- PCTel. How do I install its drivers from the installation/ drivers CD. The soundcard in my computer is onboard, the motherboard being Intel 845 GVAD. How do I install the soundcard...
  18. conjurer111

    sending mails from page

    Hi, I have hosted my pages at brinkster which is offering free hosting. I need to be able to email the form results from a page. How do I do that. What all options do I have. Can I use the smtp server address of my ISP and if so since it requires authentication, where do I provide the username...
  19. conjurer111

    ODBC

    Hi, How can COBOL IDX-8 files be accessed from VB. Are there ODBC drivers available for accessing these files? Thanks.
  20. conjurer111

    problems with response.redirect

    Hi, I have an ASP page where in I'm having a select case structure. For all cases excepting one, the page submits to itself where as for one particular case, I do a response.redirect to another ASP page. The problem is that I need to open the called page in a new window rather than it...

Part and Inventory Search

Back
Top