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
Mr Celetron
NA
10
3.2k
How to make a word in a text modifiable(Change color, ....)
Jun 27 2012 6:13 AM
I have a problem, i have text stored in xml file formatting like this:
<sentence>
<token tag='man'>
John
</token>
<token>
is
</token>
<token>
a doctor
</token>
</sentence>
<sentence>
<token tag='man'>
He
</token>
<token>
has
</token>
<token>
a wife
</token>
</sentence>
....
I want to show this text for User(on a TextBox, a Panel,...) ,and tokens which have tag='man'(in this case:John,He ) have different color from the rest ,plus, they can be Clicked (to show extra information,etc) .It appears that in ToolBox there is not such a tool could do this .So I don't know how to solve it, does anybody have any suggestions ??Thanks for reading this!
Reply
Answers (
1
)
How do you Directly call a Native Function Exported from a DLL
custom validator working when i post it in the same page, however if i post to a different page it does not fire.