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 Mike Lewis 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. 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.

    Hi everybody and thanks for your interest to my question. So, the while loop gets me the same error and dr.hasRows is true. The dr.read is false but I know that my datareader has data beacuse the same sql statement in sql server management studio returns one row: Id:69342 StartDate:2006-08-06...
  5. 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...
  6. MackAA

    How to upload an SQL Server database...

    That's what I thought... Thanks for your help rjoubert.
  7. MackAA

    How to upload an SQL Server database...

    thanks a lot rjoubert for your response, I'm using LeechFTP and actually the problem isn't how to use LeechFTP but how uplaod a database. I don't know if I should I upload the .BAK file or other and how it works in hosting server. I thought uplaod the .BAK file and my freind will do a Restore...
  8. 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...
  9. 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...
  10. MackAA

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

    Hello dvannoy, Thanks for your help. I already checked out this article and I understood what you want me to do to reslove the problem. But I still get the issue because I can't change the value of session variable when user move from my app by writing in the adress bar a different site's url...
  11. MackAA

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

    Hello dvannoy, The problem actually is: when you move from my app and you come back to using the back button, there any server event fired. I don't how to do to catch the event (back button) and set a session value
  12. 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