Click here to Skip to main content
15,922,145 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Simple doubt in google search in HTML Pin
Michael Sync7-Jan-08 19:27
Michael Sync7-Jan-08 19:27 
AnswerHai your responce is wat i need Pin
Senthil S8-Jan-08 0:04
Senthil S8-Jan-08 0:04 
Questionasp.net website inside of a php or jsp webpage Pin
Sutorius7-Jan-08 5:19
Sutorius7-Jan-08 5:19 
GeneralRe: asp.net website inside of a php or jsp webpage Pin
Declan Bright7-Jan-08 5:37
Declan Bright7-Jan-08 5:37 
QuestionAdding row to datagrid using Javascript Pin
Nisha S.7-Jan-08 4:40
Nisha S.7-Jan-08 4:40 
GeneralRe: Adding row to datagrid using Javascript Pin
Declan Bright7-Jan-08 5:21
Declan Bright7-Jan-08 5:21 
GeneralFTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 4:33
thomasa7-Jan-08 4:33 
GeneralRe: FTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 5:17
thomasa7-Jan-08 5:17 
The problem was in my stream reader
bytes = stream.Read(buffer, 0, buffer.Length);<br />
                strMessage += Encoding.ASCII.GetString(buffer, 0, bytes);


replasing it with Encoding.Default.GetString(buffer, 0, bytes);
gave me the correct format.

But my problem dosen't stop there, for now I wan't the FileSize of the file,
this i do by:
Byte[] cmdBytes = Encoding.Default.GetBytes(("SIZE Berlinerbolle bringebær.doc"+ "\r\n").ToCharArray());<br />
            stream.Write(cmdBytes, 0, cmdBytes.Length);


but then I get the "550 Berlinerbolle bringebær.doc: The system cannot find the file specified. ".
I've tried different types of encoding but it all returns somewhat the same error.

So now the quetsion is how do I sett the Encoding for an ftp site on a windows 2000 server run by IIS?
Generalcacheprofile doesn't work in control Pin
xcraft7-Jan-08 4:24
professionalxcraft7-Jan-08 4:24 
GeneralASP.Net and Sharepoint Pin
Nathan Gloyn7-Jan-08 3:38
Nathan Gloyn7-Jan-08 3:38 
GeneralDuplicate ID problem Pin
Abhijit Jana7-Jan-08 2:28
professionalAbhijit Jana7-Jan-08 2:28 
GeneralRe: Duplicate ID problem Pin
Michael Sync7-Jan-08 3:47
Michael Sync7-Jan-08 3:47 
GeneralRe: Duplicate ID problem Pin
arivu7-Jan-08 18:00
arivu7-Jan-08 18:00 
Generalcount the no of files in folder Pin
Mogaambo7-Jan-08 2:22
Mogaambo7-Jan-08 2:22 
GeneralRe: count the no of files in folder Pin
Sathesh Sakthivel7-Jan-08 2:36
Sathesh Sakthivel7-Jan-08 2:36 
GeneralRe: count the no of files in folder Pin
Mogaambo7-Jan-08 3:12
Mogaambo7-Jan-08 3:12 
GeneralIntegrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Vsree7-Jan-08 2:16
Vsree7-Jan-08 2:16 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 2:44
N a v a n e e t h7-Jan-08 2:44 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Vsree7-Jan-08 18:46
Vsree7-Jan-08 18:46 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Michael Sync7-Jan-08 19:30
Michael Sync7-Jan-08 19:30 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 2:45
N a v a n e e t h7-Jan-08 2:45 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Michael Sync7-Jan-08 3:50
Michael Sync7-Jan-08 3:50 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 6:48
N a v a n e e t h7-Jan-08 6:48 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Michael Sync7-Jan-08 7:01
Michael Sync7-Jan-08 7:01 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 18:00
N a v a n e e t h7-Jan-08 18:00 

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.