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. hondaman2003

    Unable to activate windows 7

    When I right click computer, click properties, then click activate now I get the following error message: The Windows 7 Product Key you typed is invalid for activation. I already typed the product key that came with my computer during installation of a new version of windows. How do I...
  2. hondaman2003

    Automatic redirect when session times out

    I would like to redirect automatically to a 'timeout.aspx' page when the session expires. I am using 'stateserver' and cannot change to 'InProc'. I understand that the Session_End does not fire. The situation I would like to handle is when someone is logged into the website and walks away...
  3. hondaman2003

    Files lager than 2GB

    I am using Clonezilla to make an image of a computer that I have completely setup and fully updated that is running windows xp home edition. I am doing this so if there is a problem with this computer I don't have to do the full windows installation and updates, drivers and all the other stuff...
  4. hondaman2003

    Automatic updates

    Once in a while I get to completely wipe out a computer and install windows xp home/pro. After doing that I get to do a great deal many of updates and restarts. Is there a way to make windows immediately check for updates and install them without using the existing automatic windows update...
  5. hondaman2003

    Display Images in a Grid like manner

    I have a website that I would like to display images in rows and columns just like in a table. For example, if I have 9 images, I would like to display them in a 3 columns, 3 rows. This information is going to come from a database so I could have any number of images that need to be displayed...
  6. hondaman2003

    Login control with layout template

    I have a login control with a layout template. I have read that AJAX should work with a partial page update but mine is not working. It does a full postback. Here is my code: <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:LoginView ID="LoginView1"...
  7. hondaman2003

    Redownload image on partial postback

    I have a page that allows the user to select an image then click upload and it will save the file on the server, resize it, then display the image immediately. I have also added two buttons, each for rotating 90 degrees in each direction. I would like the rotating to happen on the server then...
  8. hondaman2003

    Preview image

    I want a webpage that will function in two different ways. First, I want to be able to select a picture to upload. Second, after that file is selected and before it is actually uploaded, I want to be able to preview that picture. How can I do this?
  9. hondaman2003

    Login Control - Create New User Control

    I have a problem with the visual aspects of the create new user control. I have page that uses a master page. This page displays the create new user wizard. The actual control works and when you first visit the page it looks normal. When you click on the first text box which is 'user name'...
  10. hondaman2003

    System preparation tool

    I was following the following page: http://datanotes.wordpress.com/2007/11/26/how-to-deploy-xp-using-windows-deployment-services-wds-2/ I was trying to create an image for windows server 2008 deployment services not knowing what this was going to do to the windows xp machine. Now, after...
  11. hondaman2003

    System Preparation Tool

    I was following the following page: http://datanotes.wordpress.com/2007/11/26/how-to-deploy-xp-using-windows-deployment-services-wds-2/ I was trying to create an image for windows server 2008 deployment services not knowing what this was going to do to the windows xp machine. Now, after...
  12. hondaman2003

    How to check for empty text box

    I need to use a select case to check for not only multiple values but one option is that the text box is blank. Select case txtTextBox case "value1", "value2", "value3", null msgbox "worked" case else msgbox "did not work" end select How can I make this work?
  13. hondaman2003

    How to update table

    I am using Access 2000. I have a table that has 'accounts' that has a field that is a 'starting balance'. I also have a table called 'adjustments'. This 'adjustments' table has a foriegn key that is the primary key to the 'accounts table'. Basically it works like this, the balance on the...
  14. hondaman2003

    move data from one database to another

    I am using Visual Studio 2008 with a project using .NET 2.0. I am using an Access database as the backend. I need to keep this backend database as small as possible because we are doing business over a WAN and the network performance is really poor. I would like to move old data from this...
  15. hondaman2003

    SQL update query

    I need a query that will update only the first record returned. In addition, I need to be able to sort so it will update only the lowest value for the primary key. Here is what I have so far and it is not working. I get the error 'Unable to parse query text.' when I am in query builder. When...
  16. hondaman2003

    Parameter query not working

    I am trying to create a parameter query so I can make a search form. In my SQL I have the following command: WHERE ([fieldName] LIKE '@AccountNumber') When I run the query, it doesn't ask for the parameter. I see the tick marks in there but visual studio puts them in there automatically when...
  17. hondaman2003

    Status strip update

    This is really silly so I apologize in advance. I would like to update the text in a status strip. I do not get any errors but while the application is running, the text in the status strip doesn’t change. When I insert a messagebox command after the status strip command it will show the...
  18. hondaman2003

    A disk read error occurred

    A disk read error occurred. Press CTRL+ALT+DEL This error happened overnight. It's not a pop-up but rather on a DOS screen. I had a few applications open that I was working with before going to bed but they shouldn't have actually done anything. Before going to bed I was trying to install a...
  19. hondaman2003

    Folder permissions

    I need to restrict a folder on a shared drive on a server. I am allowed to simply create the folder, right click, properties, click the security tab and modify the permissions of this newly created folder. I currently have everyone listed as read only and a few individuals full access. I need...
  20. hondaman2003

    Unable to resize Microsoft Web Browser Control

    I have a microsoft web browser active X control on a form. It's working correctly however I cannot resize it in design view. I can resize the object, however when I go into form view, it's back to the original size. When I go back to design view, I can see the larger size of the object. I...

Part and Inventory Search

Back
Top