Please tell me the code to connect to ftp server over explicit ssl connection in c# .net
mon z
Posts
-
ftp over ssl -
Ftp over ssli am not able to connect ftp using ssl.i am getting following error, The underlying connection was closed: The server committed a protocol violation. i have searched a lot but not getting any solution. please help me
-
hiI had one application in c# asp.net 1.1.There form id is come in html page.Now i converted to 2.0 and put it into master page ange inheriting another page which has contain place holder.how i will use tha form id there . because in 1.1 the form id is used in a java function. in 2.0 in the function it is there the form id name is there but in codebehind form id is not declared. how to use form id in 2.0
-
how to change the date formati have a date format in 06/01/2008 which datatype is nvarchar(50).how i will change it into 06/jan/2008 format in sql. Plz help me. select log_in_date from test1 out_put 06/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 06/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 07/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 08/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 09/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 10/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 11/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 12/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 13/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 14/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 15/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2008 16/01/2
-
hiI have an application in which I fill a listbox with values from a dataset. But the listbox is filled with 'system.data.datarowview' here the values are displayed correctly.But when the page is load for the 1st time tha list box showing 'system.data.datarowview'after click on dat dat coming..plz help me i ve writen the code like con.Open(); SqlDataAdapter adp= new SqlDataAdapter(lstrsql,con); DataSet objds=new DataSet(); adp.Fill(objds); lst_emp.DataTextField=objds.Tables[0].Columns["txtval"].ToString(); lst_emp.DataValueField=objds.Tables[0].Columns["emp_id"].ToString(); lst_emp.DataSource = objds; lst_emp.DataBind();
-
cross joinshi i have two columns in a single table.i want to join two columns and display data in that table..
-
database connection using access databasei have three textbox in the windows application forms.. i ve created database with 3 columns fields in access.. i want to fetch that data in the respective 3 textboxes. i want the code in c#
-
hi -
problem to retrieve the data from databasei have set the data from database through form view..all the rows came with insert item template..but while running the page the form view is not coming.i want to add the item in running time.in sqldatasource properties there is also isert quiry..while click on quirybuilder,it showing insert quiry error cant pass string.wht z the solution
-
problem with form viewi hav done this.but the check boxes are non active.i cant click on it.
-
problem with form viewcan any body say how to insert and display data in a form view????