Click here to Skip to main content
15,926,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Merge DataGrid Header Pin
luckyv25-Apr-06 23:11
luckyv25-Apr-06 23:11 
QuestionChanging the setting of a particular web page only Pin
Jeeva Mary Varghese22-Apr-06 3:15
Jeeva Mary Varghese22-Apr-06 3:15 
AnswerRe: Changing the setting of a particular web page only Pin
Guffa22-Apr-06 3:32
Guffa22-Apr-06 3:32 
GeneralRe: Changing the setting of a particular web page only Pin
g00fyman22-Apr-06 17:53
g00fyman22-Apr-06 17:53 
AnswerRe: Changing the setting of a particular web page only Pin
Guffa22-Apr-06 20:07
Guffa22-Apr-06 20:07 
GeneralRe: Changing the setting of a particular web page only Pin
g00fyman22-Apr-06 20:18
g00fyman22-Apr-06 20:18 
AnswerRe: Changing the setting of a particular web page only Pin
RichardGrimmer22-Apr-06 22:22
RichardGrimmer22-Apr-06 22:22 
QuestionFTP (Urgent) Pin
kirthikirthi22-Apr-06 1:46
kirthikirthi22-Apr-06 1:46 
Hi Every one

Can any one please tell me how to login to FTP site By programetically

I am trying on this way

But it is giving some errors like

"FtpClient not declered"

MYCODE IS
-------------

Dim ftp As FtpClient = Nothing

Private Sub UploadPicture(ByVal imagePath As String)
Dim FtpServer As String = ConfigurationSettings.AppSettings("FtpServer")
Dim FtpUserName As String = ConfigurationSettings.AppSettings("FtpUserName")
Dim FtpPassword As String = ConfigurationSettings.AppSettings("FtpPassword")
Dim callback As AsyncCallback = AddressOf CloseConnection
ftp = New FtpClient(FtpServer, FtpUserName, FtpPassword)
ftp.Login()
ftp.BeginUpload(imagePath, callback)
ftp.Close()
End Sub


Please Help me




asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
AnswerRe: FTP (Urgent) Pin
Mike Ellison22-Apr-06 2:56
Mike Ellison22-Apr-06 2:56 
GeneralRe: FTP (Urgent) Pin
kirthikirthi23-Apr-06 18:27
kirthikirthi23-Apr-06 18:27 
QuestionWhat is CVS Pin
nesaraja22-Apr-06 0:49
nesaraja22-Apr-06 0:49 
AnswerRe: What is CVS Pin
Michael P Butler22-Apr-06 1:38
Michael P Butler22-Apr-06 1:38 
QuestionSearchengines and unhappy URL's Pin
matthias s.22-Apr-06 0:24
matthias s.22-Apr-06 0:24 
AnswerRe: Searchengines and unhappy URL's Pin
Mike Ellison22-Apr-06 2:47
Mike Ellison22-Apr-06 2:47 
QuestionFolders Pin
kirthikirthi21-Apr-06 22:00
kirthikirthi21-Apr-06 22:00 
GeneralRe: Folders Pin
Guffa21-Apr-06 22:31
Guffa21-Apr-06 22:31 
GeneralRe: Folders Pin
kirthikirthi21-Apr-06 22:39
kirthikirthi21-Apr-06 22:39 
GeneralRe: Folders Pin
RichardGrimmer22-Apr-06 22:28
RichardGrimmer22-Apr-06 22:28 
QuestionWeb Farm Advice Pin
Tad McClellan21-Apr-06 19:17
professionalTad McClellan21-Apr-06 19:17 
AnswerRe: Web Farm Advice Pin
Eric Goedhart22-Apr-06 4:40
professionalEric Goedhart22-Apr-06 4:40 
QuestionRow Number in GridView? Pin
Mark Tutt21-Apr-06 17:25
Mark Tutt21-Apr-06 17:25 
AnswerRe: Row Number in GridView? Pin
minhpc_bk21-Apr-06 17:40
minhpc_bk21-Apr-06 17:40 
GeneralRe: Row Number in GridView? Pin
RichardGrimmer22-Apr-06 22:31
RichardGrimmer22-Apr-06 22:31 
GeneralRe: Row Number in GridView? Pin
minhpc_bk23-Apr-06 2:31
minhpc_bk23-Apr-06 2:31 
Questionafter login always go default page Pin
LovelyHelp21-Apr-06 16:56
LovelyHelp21-Apr-06 16:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.