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

    donload a logfile from a server using ftpwebrequest

    Hello everybody, I'm facing a weird problem in my asp.net 2.0 website using the ftpwebrequest class. I want to donwdload the logfile from an ftpserver and I get the following error: "the remote server returned an error: (530) Not Logged In" this is my code: protected void...
  2. MackAA

    namespaces and web site asp.net 2005 (c#)

    Hello everyone, I developed a web site with asp.net 2005 (c#). I put in app_code three directories that conatin my classes: BIZ: contains bizuness classes DAL: data access layer MODEL: contains models of my database's table When I run the project locally on my computer everything is allright...
  3. MackAA

    How to get the Documents and Settings directory?

    Hello guys, I'm developping a windows application in vb.net 2003 and I'd like to get the Documents and Settings directory using the windows lib. Something like that: Declare Function getSysytemDirectory Lib "kernel32" Alias "getSysytemDirectoryA" (ByVal sSectionName As String, ByVal sKeyName...
  4. MackAA

    datareader problem:Invalid attempt to read data when reader is closed.

    I get a mysterious error when I try to read a datareader: I have an sql statement and when I execute it it sqlserver management studio I get one row. And when I try with the datareader I get the: Invalid attempt to read data when reader is closed. SqlConn = New...
  5. MackAA

    How to upload an SQL Server database...

    Hello everyone, A freind of mine offered me to host my asp.net application witch use an sql server 2003 databse. My friend asked me to upload the application and database via ftp server to his server and provided me the Id and PWD (for ftp logging). But I don't understand how it works. If...
  6. MackAA

    something is wrong in vb.net 2005

    Hello everybody, If anyone could tell me what's wrong in this folloeing code snippet, I'll appreciate. '1. Create 4 classes (I've removed all internal code since it is useless for the test) Public Class LockableDataObject End Class Public Class Business Inherits...
  7. MackAA

    how to log off the user when he hits the back page???

    I disabled the back button with disabling the page's cache. But when I refresh the previous page I get a postback and sessionid has the same value, so I still logged on. Is anyone could tell how to make the user logged off every time he hits the back page button?

Part and Inventory Search

Back
Top