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

    session.clear() effects?

    I am using some session variables on a page that I want to clear using session.clear() if the user decides to reset the form as I am pulling those session variables to run queries when the form posts back to iteself. My question is: Will session.clear() only clear the session variables...
  2. jetar

    How to pick the right motherboard?

    I have an old HP Pavilion desktop whose motherboard recently went bad on me. I am looking to pick up a new one, probably on Ebay (let me know what you think about that as well) and wanted to know how to go about making sure that I pick one that is compatible. I am pretty sure it is just a size...
  3. jetar

    Excel SQL Query - Still Cannon Figure It Out (Help!)

    Ok, I posted this question a couple of days ago, so here is the background again. I have an asp.net page on which I am displaying some data in a datagrid. The Datasource for the grid is an excel sheet. I created a range on the sheet so I could treat it like a table for queries, the name of...
  4. jetar

    Microsoft JET Engine - SQL Error (Cant figure out)

    I am using an excel sheet as a data source and created a range on the excel sheet to pull my data from. There are four columns. All I am trying to do is run the following SQL statement on one of the columns: SELECT DISTINCT core_process FROM coreprocessrange This query gives me the following...
  5. jetar

    Dynamicaly altering HTML in asp.net

    Ok, here is my dilemma. I have just begun using asp.net with vb.net. I am getting used to working in the code behind module and separated html views. My problem is pretty simple, in my excpetion handling all I want to do is pop up an error message at the top of a table right under the first...
  6. jetar

    Editing Data just before binding it to DropDownList Control

    Below is some code where I execute a query on a column and it returns all the necessary values which I then bind to a drop down list as both the text values and actual values. But right before I bind these value I need to Trim() all of them to get rid of whitespace. Does anyone know how to...
  7. jetar

    Pulling data from an excel sheet - Column Heading Issue

    Hey all, I am using an excel worksheet as a data source for an ASP.NET page using VB.NET. The excel sheet has four columns 3 of which have one word headers, but one of them is broken up into two words, 'Sub-core Process', to be exact. My problem is, if I try to reference that column in an sql...
  8. jetar

    Hosting Web Site - Just Added Linksys Router

    I posted this in the Windows XP forum but thought it might be more appropriate here. I have been hosting a web site on my home computer, using IIS that comes with Windows XP Pro. I have a cable broadband connection and therefore a dynamic IP address. I use a web sites service to keep track of...
  9. jetar

    Hosting Web Site - Just Added Linksys Router

    Not sure if this is exaclty the right forum for this topic, but here it goes. I have been hosting a web site on my home computer, using IIS that comes with Windows XP Pro. I have a cable broadband connection and therefore a dynamic IP address. I use a web sites service to keep track of my...
  10. jetar

    In VS.Net - Functional Difference between Build and Rebuild

    Just like the subject says, In visual studio.net what is the functional difference between the Build command and the Rebuild Command. Thanks.
  11. jetar

    ASP 3.0 - CDONTS object - No Error, but not getting email

    Hey all, I am using the CDONTS object to to send an email to myself to notify me whenever a form on my site is filled out. I am runninf windows xp pro and using IIS 5.1. When I initially tried to code the functionality, I was getting an error when I tried to create the CDONTS object so I then...
  12. jetar

    Personal DNS Server Question

    Let me first describe what I am doing now and then I''ll follow with my question. Right now I, like so many others, have a cable modem internet connection. This in turn means that I have a dynamic IP address that the cable company leases me everytime I reconnect to the net. I also have...
  13. jetar

    Installed SQL Server 2000, randomly lose internet connection

    Hey all, Just wanted to see if anyone has seen or had this problem or anything like it before. I just got a new computer and have been loading it with software. Everything was going fine until I installed SQL Server 2000. After I installed, it appeared everything was fine. I still had my...
  14. jetar

    IIS installation problems - help

    Hey all, I just got a new computer with XP Pro installed and all the bells and whistles. The IIS component however was not installed at the factory. So by going through add/remove programs -> add/remove windows components and checking IIS I went ahead and installed it. It asked for the XP...
  15. jetar

    Red Hat Professional Workstation - Partition Question

    Hey all, I just installed Red Hat professional workstation on my home PC to run as a dual boot with Windows XP. When I created my partitions for the install I created a 512 MB partition for the Swap and one 40 GB partition for the whole thing. Then I ran through the Red Hat install wizard and...
  16. jetar

    Red Hat Linux OS question - again

    Hey all, Just trying to get a couple pieces of last minute advice before I make my Linux purchase. Right now I am looking to go with Red Hat but am still not positive which OS to get from them and also want to make sure I get the right one for the processor I have, I am running with an AMD...
  17. jetar

    Dual boot configuration - Linux and XP Pro

    Hey all, I posted this at the XP forum but thought I would throw it here as well. I have just gotten a new computer with 2 - 80 GB hard drives and what I am looking to do is install a dual boot configuration with XP Pro on one of the drives and Linux WS on the other. However I have never...
  18. jetar

    Dual boot configuration - XP Pro and Linux WS

    Hey all, I have just gotten a new computer with 2 - 80 GB hard drives and what I am looking to do is install a dual boot configuration with XP Pro on one of the drives and Linux WS on the other. However I have never installed 2 operating systems on one maching before and want to be sure I go...
  19. jetar

    odbc driver question

    Hey all, How do I determine what ODBC driver I am using? I have an MSDE database that I am connecting to and need to determine my odbc driver. Thanks.
  20. jetar

    MS Soap Toolkit 3.0 ?

    Hey all, In an effort to perform some Web Service functions using my current VB 6.0 application, I have called for help from the MS Soap Toolkit 3.0. This VB application is being delivered to a client and I am trying to decipher if there are any licensing issues with installing the toolkit on...

Part and Inventory Search

Back
Top