Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in debugging the windows application Pin
Amit Spadez1-Mar-10 22:57
professionalAmit Spadez1-Mar-10 22:57 
AnswerRe: problem in debugging the windows application Pin
Tony Richards1-Mar-10 22:52
Tony Richards1-Mar-10 22:52 
QuestionConvert string to UTF-8 Pin
dabuskol1-Mar-10 20:41
dabuskol1-Mar-10 20:41 
AnswerRe: Convert string to UTF-8 Pin
sanforjackass1-Mar-10 21:29
sanforjackass1-Mar-10 21:29 
GeneralRe: Convert string to UTF-8 Pin
Rajesh Anuhya1-Mar-10 21:53
professionalRajesh Anuhya1-Mar-10 21:53 
AnswerRe: Convert string to UTF-8 Pin
N a v a n e e t h1-Mar-10 21:56
N a v a n e e t h1-Mar-10 21:56 
GeneralRe: Convert string to UTF-8 Pin
dabuskol2-Mar-10 0:18
dabuskol2-Mar-10 0:18 
Questionapply changes to a xml file on the internet Pin
sajjad.aghapouer1-Mar-10 20:38
sajjad.aghapouer1-Mar-10 20:38 
Hi i want to share a xml file between some companies.for this reason i uploaded this file to the internet and use it for sharing and set its permission to 777....

don't problem for reading that....
XmlTextReader reader = new XmlTextReader(carDBPath);
XmlTextWriter writer = new XmlTextWriter(url, Encoding.UTF8);
 
while (reader.Read())
{
    writer.WriteNode(reader, true);
}
 
reader.Close();
writer.Close();


now, assume that i change its information and want to apply this changes to base file in the internet....

i don't want to work with FtpWebRequest or any class like this that works with ftp to upload file...

how can i do this?
Sorry for bad english

AnswerRe: apply changes to a xml file on the internet Pin
Calla1-Mar-10 21:20
Calla1-Mar-10 21:20 
RantRe: apply changes to a xml file on the internet Pin
Rajesh Anuhya1-Mar-10 21:55
professionalRajesh Anuhya1-Mar-10 21:55 
QuestionDialog Box Pin
codenoobie1-Mar-10 19:36
codenoobie1-Mar-10 19:36 
AnswerRe: Dialog Box Pin
rah_sin1-Mar-10 19:53
professionalrah_sin1-Mar-10 19:53 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:33
codenoobie1-Mar-10 20:33 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:46
codenoobie1-Mar-10 20:46 
GeneralRe: Dialog Box Pin
OriginalGriff2-Mar-10 0:01
mveOriginalGriff2-Mar-10 0:01 
AnswerRe: Dialog Box Pin
DX Roster4-Mar-10 18:42
DX Roster4-Mar-10 18:42 
QuestionC# vs C++ Pin
jekak1-Mar-10 19:22
jekak1-Mar-10 19:22 
AnswerRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 20:10
N a v a n e e t h1-Mar-10 20:10 
GeneralRe: C# vs C++ Pin
jekak1-Mar-10 20:22
jekak1-Mar-10 20:22 
GeneralRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 21:44
N a v a n e e t h1-Mar-10 21:44 
GeneralRe: C# vs C++ Pin
Paulo Zemek2-Mar-10 1:57
Paulo Zemek2-Mar-10 1:57 
Questionto retrieve position Pin
narchans4u1-Mar-10 19:04
narchans4u1-Mar-10 19:04 
AnswerRe: to retrieve position Pin
Programm3r1-Mar-10 19:36
Programm3r1-Mar-10 19:36 
Questiondata and picker control in winforms using c3.net Pin
Ch.Gayatri Subudhi1-Mar-10 17:36
Ch.Gayatri Subudhi1-Mar-10 17:36 
AnswerRe: data and picker control in winforms using c3.net Pin
rah_sin1-Mar-10 19:25
professionalrah_sin1-Mar-10 19:25 

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.