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

    Can't open project

    I have an asp.net project written in c#, the person who started it has everything on the development server and I can not open the solution. I have tried to move the site to my machine, but since I am new to .net I don't know how to get it running. Can anyone please help me. Thanks.
  2. kss1133

    vbs to delete certain file types

    I have this vbs file that I have setup on a job to run at 2am. DeleteFile "c:\test\*.txt" function DeleteFile(WhatFile) on Error Resume Next dim fso set fso=createobject("Scripting.Filesystemobject") fso.DeleteFile(WhatFile) End Function I want to be able to set this up so I can pass the...
  3. kss1133

    Emailing from sql server

    I have this table that has email addresses in it, based on a date value in the same table I want to be able to send an email to the address. I want this to run as a job. How can I make this possible, also I don't want to use MAPI and load outlook. Thanks for any advice, KSS
  4. kss1133

    New to asp.net

    I am a very good classic asp developer and I am use to having your data access stuff separate from your web pages so... I want to populate a checkboxlist with values from a stored proc. Example "select * from authors" using pubs database. But I want all the dataaccess code to be a separate...
  5. kss1133

    Com+ and IIS on same machine

    Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't. But I have created these components and I want to use them but I am not having...
  6. kss1133

    IIS and com+ together.

    Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't. But I have created these components and I want to use them but I am not having...
  7. kss1133

    Com+ and IIS on same machine

    Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't. But I have created these components and I want to use them but I am not having...
  8. kss1133

    Delete where timefield < getdate + 5 minutes

    I'm haveing trouble with trying to delete records from a table where the datetime field is less that now +5 minutes. Thanks for any help,
  9. kss1133

    What is ou=Dynamic

    I have taken over a web site that has no documentation on it, and the web site some how used ldap to control the session and limits how many same login can occure. One of my tasks is to remove the ldap dependancy. But I am trying to figure out how the ldap is currently being used to control...
  10. kss1133

    Message box in asp.net 1.1 with C#

    Hello all, I am sort of a newbi with C# and asp.net, in my code I am deleting a record from the database just by calling a stored procedure that just deletes the record based in id. I am not using any grids or controls. I am needing to add a message box asking "Are you sure?". From what I...
  11. kss1133

    Remote debugging

    I have started a new job, and have taken over a web site in c#. The problem is that all the files including the .sln file is on the development web server, when I try to run the solution in debug mode I get the following error, "the debugger component on teh server failed to connect to local...
  12. kss1133

    creating and viewing files

    I am new to coldfusion, and I have created a page that will create a .csv file from a recordset (not sure if I am creating the file correctly or not), but now I need the user to be able to download this file. Thanks for any help. Code included. <cfquery datasource="#settings.dsn#" name="qData">...

Part and Inventory Search

Back
Top