I have a problem, I would like to be able to make a thing, with Code Behind (also with JavaScript will be okay) . I have a textbox and a button and I would make this thing.
For example an user has written: Hello world, how are you? Now, he highlight with cursor "how are" and he press the button that will put an extra text (for example: bla) before and after the highlighted text. So, when the user press the button, on textbox he will have: Hello world, bla how are bla you?
Can someone help me? I thought that there was an option with System.windows.forms, but I have not found it.
Thank you so much!