Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: buttons and ajax (best practice) Pin
Leo Smith16-Jan-07 14:31
Leo Smith16-Jan-07 14:31 
GeneralRe: buttons and ajax (best practice) Pin
Leo Smith17-Jan-07 2:15
Leo Smith17-Jan-07 2:15 
AnswerRe: buttons and ajax (best practice) Pin
Bassam Saoud16-Jan-07 9:22
Bassam Saoud16-Jan-07 9:22 
GeneralRe: buttons and ajax (best practice) Pin
Leo Smith16-Jan-07 14:36
Leo Smith16-Jan-07 14:36 
QuestionRe: buttons and ajax (best practice) Pin
Venkatesh Mookkan16-Jan-07 17:23
Venkatesh Mookkan16-Jan-07 17:23 
AnswerRe: buttons and ajax (best practice) Pin
Leo Smith17-Jan-07 0:26
Leo Smith17-Jan-07 0:26 
QuestionSpecial Character Replacement Pin
Marc Paliotti16-Jan-07 8:58
Marc Paliotti16-Jan-07 8:58 
AnswerRe: Special Character Replacement Pin
Guffa16-Jan-07 12:15
Guffa16-Jan-07 12:15 
It sounds like you have a problem with encoding. If the RSS feed is encoded using a specific character set, you have display it using the same character set.

The quotation marks in your RSS is probably not the regular inch sign (") that is usually used as a quotation mark, but typographic quotation marks. They are not in the lower 128 characters (ASCII equivalent) of the character set, so if you mess upp the encoding, their character code might not correspond to any character in the character set used. Those are usually displayed as squares. When decoded to unicode using the wrong encoding, they will be converted to question marks.

As RSS is XML, my first guess would be UTF-8 encoding. Check the source of the XML to see if it specifies any encoding.

---
Year happy = new Year(2007);

QuestionADO Vs ADO.NET?? Pin
Rahithi16-Jan-07 8:32
Rahithi16-Jan-07 8:32 
AnswerRe: ADO Vs ADO.NET?? Pin
Christian Graus16-Jan-07 8:47
protectorChristian Graus16-Jan-07 8:47 
Questionreference to a field Pin
netJP12L16-Jan-07 7:13
netJP12L16-Jan-07 7:13 
AnswerRe: reference to a field Pin
netJP12L16-Jan-07 7:20
netJP12L16-Jan-07 7:20 
QuestionBinding a ListBox Control into a Repeater Control Pin
koonda00716-Jan-07 6:39
koonda00716-Jan-07 6:39 
QuestionAJAX and the Calendar control Pin
RX Maverick16-Jan-07 4:41
RX Maverick16-Jan-07 4:41 
AnswerRe: AJAX and the Calendar control Pin
Christian Graus16-Jan-07 8:48
protectorChristian Graus16-Jan-07 8:48 
QuestionIP Address of user Pin
Andy *M*16-Jan-07 4:37
Andy *M*16-Jan-07 4:37 
AnswerRe: IP Address of user Pin
ednrgc16-Jan-07 5:15
ednrgc16-Jan-07 5:15 
GeneralRe: IP Address of user Pin
Andy *M*17-Jan-07 0:59
Andy *M*17-Jan-07 0:59 
QuestionHow to call aspx pages of other web application in content place holder of master page of share point? Pin
Sachin Gedam16-Jan-07 3:54
Sachin Gedam16-Jan-07 3:54 
Questioninserta data from tree view to database Pin
raquidd2216-Jan-07 3:08
raquidd2216-Jan-07 3:08 
Questiondoubt Pin
Member 103059316-Jan-07 1:36
Member 103059316-Jan-07 1:36 
AnswerRe: doubt Pin
netJP12L16-Jan-07 8:18
netJP12L16-Jan-07 8:18 
Questionproblem to run my webPage in IIS . Pin
hdv21216-Jan-07 1:32
hdv21216-Jan-07 1:32 
AnswerRe: problem to run my webPage in IIS . Pin
Sam.M16-Jan-07 1:42
Sam.M16-Jan-07 1:42 
Questiondisplay image in webform Pin
iramg16-Jan-07 1:03
iramg16-Jan-07 1:03 

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.