I load files to a TextBox, and I would like some of the information to be hidden and replaced with a LinkLabel (that says something like 'click me to see more'). only when the LinkLabel is clicked will the extra information be shown. the information to be hidden is marked with "/" in the file. Can you think of a way to do this? Is it possible? Thanks.
EDIT: Here is an example.
File: Hello everyone have a /nice day/ today and have a nice day /tomorrow too/. Good bye.
TextBox should show: Hello everyone have a 'click me to see more' today and have a nice day 'click me to see more'. Good bye.
If the first LinkLabel is clicked TextBox should show: Hello everyone have a nice day today and have a nice day 'click me to see more'. Good bye.