Hi Phil,
Cross post at
http://p2p.wrox.com/topic.asp?TOPIC_ID=18758
Why do you have to post this in more than one forum? It is enough that it is posted on the best fit forum. I don't see any need in posting that under ASPXBeginners' forum at all.
How about constructing this string with single quote?
<a href='XXX_X082401.ppt' target='_top'>01 The Main Strategic Agenda</a>
That way you wouldn't face this problem. Else you will have to construct that string with
DOUBLE double quotes, that results in this.
<a href=""XXX_X082401.ppt"" target=""_top"">01 The Main Strategic Agenda</a>
In that case you don't need to replace anything.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection