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 SkipVought 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. Craigii

    Unable to access server locally

    I have SQL Server Express 2005 running on a Windows 2003 Server. Ther was also software on the server for our timeclock and it used a light version of SQL Server 7.0. I needed to uninstall the timeclock software and it took the version of SQL Server 7.0 with it. No big deal I thought, since...
  2. Craigii

    Javascipt injection

    No. Different ftp usernames and passwords for each server. It only seemed to be on one server, than they got the other one last night.
  3. Craigii

    Javascipt injection

    They are hosted at the same location, but the sites are on different servers.
  4. Craigii

    Javascipt injection

    Not sure if this is the right forum, but my pages are written in ASP. I am really stuck on this one. My pages are locked down against SQL injection, but every 4-5 days a javascipt include keeps getting added to my pages. The strange thing is that it is physically on the page, not in the...
  5. Craigii

    Focus

    When a page is loaded, I need the page to; set focus to a certain textarea, scroll the page down to its location, and set the cursor to the end of the line. I am new to javascript and everything I have tried doesn't work. Any suggestions would be greatly appreciated.
  6. Craigii

    Keeping URL

    What your saying works if I wanted to pass all of the form objects, but I want to keep the original query string.
  7. Craigii

    Keeping URL

    It submits, but I lose the query string on the end of the URL.
  8. Craigii

    Keeping URL

    I have a form and when submitted it posts back to itself, but I need it to keep its URL & query string. Could anyone tell me how to accomplish this? Any ideas would be greatly appreciated.
  9. Craigii

    Order by + Case

    Why use the case? I would just do this: SQL="SELECT * FROM todoList WHERE staffID="&session("staffID")&" AND (DateAdd(hh,12,completeDate) >= getDate() OR completeDate is null) ORDER by orderbyWhat" Hope It Helps
  10. Craigii

    Starting A New Session

    I have a page that when you click on a link that opens a new browser window, I need the server to start a new session for that window. Does anyone know how this can be accomplished?
  11. Craigii

    Screen Resolution

    Is there anyway to retreive a users screen resolution to determine the size of font to display on a website? Any suggestions would be greatly appreciated.
  12. Craigii

    Web Controls

    They are specified to run at the server and it is in Visual Studio.NET
  13. Craigii

    Web Controls

    I am fairly new to ASP.Net and I am creating a Web Application that uses an HTML page that I had. I converted the HTML page to an .aspx page, but when I add web controls to it and then 'build and browse' the web controls are missing from the page. Does anyone have any ideas why this is...
  14. Craigii

    Web Forms

    Web Form Controls
  15. Craigii

    Web Forms

    Thanks For The Reply, I do have IIS installed on the machine. Another thing that I noticed is that the Labels I am using show up, but lose their font properties.
  16. Craigii

    Web Forms

    I am fairly new to VB.Net and I am creating a Web Application that uses an HTML page that I had. I converted the HTML page to an .aspx page, but when I add web forms to it and then 'build and browse' the web forms are missing from the page. Does anyone have any ideas why this is happening...
  17. Craigii

    Adding Time Lengths

    I have a database that holds cellular phone usage information including length of calls placed. I need to add all the call lengths together, but I haven't found a function that will do this. Does anyone have any idea of a function that will do this or any code that will accomplish this? Any...
  18. Craigii

    XP Pro & Networked Printers

    The printers are on a Linux print server.
  19. Craigii

    XP Pro & Networked Printers

    Has anyone ran into problems with XP Pro and Networked printing? Everything runs great until we install a networked printers. After that, just to bring up the printer properties takes about 5 minutes. We have the correct drivers installed according to HP. Any suggestions would be greatly...
  20. Craigii

    Printers

    I need to add networked printers on the fly. They will select where a document needs to be printed and I will send it to the correct printer, but in order to do that I need to install it first. I don't want to install every networked printer on each machine.

Part and Inventory Search

Back
Top