Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invoking events on a different thread... Pin
Shy Agam20-Dec-06 3:47
Shy Agam20-Dec-06 3:47 
GeneralRe: Invoking events on a different thread... Pin
Tristan Rhodes20-Dec-06 3:56
Tristan Rhodes20-Dec-06 3:56 
Questiondll getting updated on clients Pin
fmardani19-Dec-06 22:02
fmardani19-Dec-06 22:02 
QuestionAxShockwaveFlash Pin
Nafiseh Salmani19-Dec-06 21:59
Nafiseh Salmani19-Dec-06 21:59 
Questionflash object Pin
Nafiseh Salmani19-Dec-06 21:49
Nafiseh Salmani19-Dec-06 21:49 
AnswerRe: flash object Pin
althamda19-Dec-06 23:07
althamda19-Dec-06 23:07 
GeneralRe: flash object Pin
Nafiseh Salmani19-Dec-06 23:35
Nafiseh Salmani19-Dec-06 23:35 
QuestionXslCompiledTransform problem with special chars Pin
karanba19-Dec-06 21:32
karanba19-Dec-06 21:32 
Hi, I am using XslCompiledTransform class to convert xml files to html with xsl.
Evething is good but when input comes with special char it also convert them to html; like " < to < "

I don't want this. Because I need them in html like

blah blah as it orjinal.

What must I do.

        <br />
        StringBuilder sb = new StringBuilder();        <br />
<br />
        XPathDocument XPathDoc = new XPathDocument(NewsXmlFile);<br />
        <br />
        XslCompiledTransform XslTrans = new XslCompiledTransform();<br />
        XsltSettings settings = new XsltSettings(true, true);        <br />
        XslTrans.Load(Server.MapPath(@"xsl\NewsDefault.xsl"), settings, null);     <br />
<br />
        XmlWriter xtw = XmlTextWriter.Create(sb);                <br />
        XslTrans.Transform(XPathDoc, (XsltArgumentList)null, xtw);        <br />
        uxNewsBody.InnerHtml = sb.ToString();<br />


karanba

QuestionWhat's my IP Address?? Pin
Muammar©19-Dec-06 20:50
Muammar©19-Dec-06 20:50 
AnswerRe: What's my IP Address?? Pin
wedtm19-Dec-06 22:51
wedtm19-Dec-06 22:51 
GeneralRe: What's my IP Address?? Pin
Muammar©19-Dec-06 23:40
Muammar©19-Dec-06 23:40 
QuestionOpening... Pin
dsl/fahk19-Dec-06 20:25
dsl/fahk19-Dec-06 20:25 
AnswerRe: Opening... Pin
Tarakeshwar Reddy19-Dec-06 20:51
professionalTarakeshwar Reddy19-Dec-06 20:51 
QuestionFree Website Hosting for .Net Apps?? Pin
Muammar©19-Dec-06 20:17
Muammar©19-Dec-06 20:17 
AnswerRe: Free Website Hosting for .Net Apps?? Pin
S. Senthil Kumar19-Dec-06 21:13
S. Senthil Kumar19-Dec-06 21:13 
GeneralRe: Free Website Hosting for .Net Apps?? Pin
Muammar©19-Dec-06 21:18
Muammar©19-Dec-06 21:18 
GeneralPlease check back later!! Pin
Muammar©19-Dec-06 21:25
Muammar©19-Dec-06 21:25 
GeneralRe: Please check back later!! Pin
szukuro20-Dec-06 5:05
szukuro20-Dec-06 5:05 
GeneralRe: Please check back later!! Pin
Muammar©23-Dec-06 21:15
Muammar©23-Dec-06 21:15 
QuestionContour Chart Pin
mariarajakumar19-Dec-06 20:01
mariarajakumar19-Dec-06 20:01 
AnswerRe: Contour Chart Pin
Paul Conrad26-Dec-06 17:12
professionalPaul Conrad26-Dec-06 17:12 
QuestionCan we use Forms instead of UserControls Pin
quiteSmart19-Dec-06 19:39
quiteSmart19-Dec-06 19:39 
AnswerRe: Can we use Forms instead of UserControls Pin
Tarakeshwar Reddy19-Dec-06 19:45
professionalTarakeshwar Reddy19-Dec-06 19:45 
Questionlock statements - backstage... Pin
Shy Agam19-Dec-06 19:28
Shy Agam19-Dec-06 19:28 
AnswerRe: lock statements - backstage... Pin
Tarakeshwar Reddy19-Dec-06 19:42
professionalTarakeshwar Reddy19-Dec-06 19:42 

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.