User Profile

Collapse

Profile Sidebar

Collapse
pavya
pavya
Last Activity: Apr 1 '08, 06:07 AM
Joined: Feb 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pavya
    started a topic Problem while uploading file on FTP server
    in .NET

    Problem while uploading file on FTP server

    Hi All,

    I am working on FTP uitility using C#. I have build a class for that using C#. But while uploading the file on FTP i am unable to upload whole file on the FTP. Only part of that file is uploaded. I have used the following code to upload the file.

    --------------------------------------------------------------------------

    public void UploadData(stri ng FTPUri, string FilePath, string FileName, string...
    See more | Go to post

  • pavya
    started a topic Runtime Error - Operation must use an updateable query
    in .NET

    Runtime Error - Operation must use an updateable query

    Hi,
    I have developed one Web application. At that time my system had a FAT file system on it and this application worked properly. But now i have converted FAT file system to NTFS file system and whenever i am trying to run this application then it through the exception. I have used MS Access as a database. The error is as follows...


    Server Error in '/ASG' Application.
    --------------------------------------------------------------------------------...
    See more | Go to post

  • pavya
    started a topic Runtime Error
    in .NET

    Runtime Error

    Hi to all,

    I am sending an email by using VB with ASP.Net. The code is as follows...

    MMsg = New MailMessage
    MMsg.From = GetUserEmail()
    MMsg.To = txtto.Text
    MMsg.Subject = "Invitation...! "
    MMsg.Body = Invitation
    MMsg.Priority = MailPriority.Hi gh
    SmtpMail.SmtpSe rver = "MyServername"
    SmtpMail.Send(M Msg)...
    See more | Go to post

  • pavya
    replied to Downloading files from FTP using C#.Net 1.1
    in .NET
    Thanks sweta,

    but i am using .Net 1.1. Is there any way to implement this in .Net 1.1?...
    See more | Go to post

    Leave a comment:


  • pavya
    started a topic Downloading files from FTP using C#.Net 1.1
    in .NET

    Downloading files from FTP using C#.Net 1.1

    Hi All,

    I am using .Net framework 1.1 and i want to download files from FTP. How can i do this using C#. Please help me.
    See more | Go to post
No activity results to display
Show More
Working...