TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Justin Ralston
NA
1
5.6k
Creating a VB.net text string containing special characters # and /
Dec 20 2010 3:19 AM
Hi
I am trying to write a simple plugin for live writer to add links within a single blog entry
i have to add the following text string from vb.net
<a href="#withinposts">test</a>
but can not format the string correctly due to the # and / to assign it to a variable I have tried the following with no luck
any suggestions appreicated.
newContent = newContent.Format("<a href="#withinposts">{0}</a>", newContent)
newContent = "<a href=" & """ & ""#"" " & "withinposts" & """ & " > " & newcontent & ""</a>"
Regards
Justin Ralston
Reply
Answers (
1
)
Listview related....
Placing my form controlls onto tab problem