Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
GeneralRe: Xml file Pin
7112-Apr-07 0:46
7112-Apr-07 0:46 
GeneralRe: Xml file Pin
Christian Graus12-Apr-07 0:51
protectorChristian Graus12-Apr-07 0:51 
GeneralRe: Xml file Pin
7112-Apr-07 0:59
7112-Apr-07 0:59 
GeneralRe: Xml file Pin
Christian Graus12-Apr-07 1:48
protectorChristian Graus12-Apr-07 1:48 
GeneralRe: Xml file Pin
7112-Apr-07 1:02
7112-Apr-07 1:02 
GeneralRe: Xml file Pin
7112-Apr-07 0:06
7112-Apr-07 0:06 
AnswerRe: Xml file Pin
Jaiprakash M Bankolli12-Apr-07 0:39
Jaiprakash M Bankolli12-Apr-07 0:39 
GeneralRe: Xml file Pin
7112-Apr-07 0:42
7112-Apr-07 0:42 
hi,
foreach (char c in FileName)
{
switch (c)
{
case '&':
FileName = FileName.Replace("&", "&");
//"<","&"
break;
case '>':
FileName = FileName.Replace(">", ">");
break;
case '<':
FileName = FileName.Replace("<", "<");

break;
case '"':
FileName = FileName.Replace("\"", """);
break;
case ' ':
FileName = FileName.Replace(" ", " ");
break;
case '@':
FileName = FileName.Replace("@", "@at");
break;

see the code i am replacing the exttra charcters like this but still i am gettign error.
GeneralRe: Xml file Pin
Pete O'Hanlon12-Apr-07 1:29
mvePete O'Hanlon12-Apr-07 1:29 
GeneralRe: Xml file Pin
7112-Apr-07 3:15
7112-Apr-07 3:15 
GeneralRe: Xml file Pin
Jaiprakash M Bankolli12-Apr-07 19:10
Jaiprakash M Bankolli12-Apr-07 19:10 
GeneralRe: Xml file Pin
7112-Apr-07 19:57
7112-Apr-07 19:57 
GeneralRe: Xml file Pin
Jaiprakash M Bankolli12-Apr-07 20:33
Jaiprakash M Bankolli12-Apr-07 20:33 
GeneralRe: Xml file Pin
7113-Apr-07 0:21
7113-Apr-07 0:21 
GeneralRe: Xml file Pin
Jaiprakash M Bankolli13-Apr-07 1:07
Jaiprakash M Bankolli13-Apr-07 1:07 
GeneralRe: Xml file Pin
Jaiprakash M Bankolli13-Apr-07 1:25
Jaiprakash M Bankolli13-Apr-07 1:25 
Questionexit sub Pin
SVb.net11-Apr-07 23:03
SVb.net11-Apr-07 23:03 
AnswerRe: exit sub Pin
Christian Graus11-Apr-07 23:08
protectorChristian Graus11-Apr-07 23:08 
Questioncommunication bw two exe files ? Pin
Software_Specialist11-Apr-07 23:02
Software_Specialist11-Apr-07 23:02 
AnswerRe: communication bw two exe files ? Pin
Christian Graus11-Apr-07 23:09
protectorChristian Graus11-Apr-07 23:09 
GeneralRe: communication bw two exe files ? Pin
Software_Specialist11-Apr-07 23:53
Software_Specialist11-Apr-07 23:53 
Questiontop urgent Pin
fetiya11-Apr-07 22:49
fetiya11-Apr-07 22:49 
AnswerRe: top urgent Pin
Martin#11-Apr-07 22:59
Martin#11-Apr-07 22:59 
AnswerRe: top urgent Pin
Christian Graus11-Apr-07 23:11
protectorChristian Graus11-Apr-07 23:11 
QuestionOops Pin
yaminilatha11-Apr-07 22:31
yaminilatha11-Apr-07 22:31 

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.