Is there any ways/possibilities that I can replace a string with a UserControl?
apart from LoadControl and adding it to another control like page or placeholder.
The reason is that a user add a content on the page and put a string like {uc:test} and I would like to parse this text and replace {uc:test} with a UserControl.
in other words ; The user input will be "bla bla bla {uc:test} bla bla", when I retrieve it from database how can I inject usercontrol and replace it with {uc:test}
thanks.