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: *

  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, thanks. one more question, where do I place the code for the deleting part and how do I check for the return values of the confirm dialog box. Can you explain a bit further.
  3. 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.
  4. conjurer111

    Message / Confirm Box

    Hi, how do I show a confirm message box on a button click in an ASP.NET page. Thanks.
  5. 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...
  6. 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...
  7. 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.
  8. 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.
  9. 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.
  10. conjurer111

    Configure Apache and PHP in Red Hat 8

    Hi there, the above command gives me this output - tail : tail -f /var/log/httpd/error.log: no such file or directory tail: no files remaining Now where do I proceed ? Also since I had installed MySQL, Apache and PHP from the Red Hat 8 installation CD's and they all seem to work...
  11. conjurer111

    Configure Apache and PHP in Red Hat 8

    Hi, okay that worked like a charm. Now this is what I have to fix. I got a simple site made in PHP and MySQL and is running perfect. I have hosted it locally in Win 98 using PHPTriad. Now when I take the same to the Linux, I get the main page displayed. However when I try to login, nothing...
  12. conjurer111

    Configure Apache and PHP in Red Hat 8

    Hello, I had made two php pages - namely test.php and tes1.php with the following codes - Test.php <? phpinfo(); ?> Test1.php <?php phpinfo(); ?> I had placed them in the folder /var/www/html/ Now when i type the url http://localhost/test.php I get a blank page and when I execute...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. conjurer111

    Outlook Express Problems

    Hi there, Well the problem was due to the fact that hotmail and msn have started something like you can send at the most 100 emails per day per account. This is to help stop spam mails. This was causing the problem.
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top