I am sorry not provide you guys the details.
Ok, so here it is. I have the following text in my text box:
Sudipto Shekhar (ID2345), Jerrki (ID9301), Sam Pablo(ID1002)
I want these data to be saved in the database. Now, as the data in the textbox is fetched from the database, the user is not supposed to delete any details from the one that is present in the textbox. What I mean is I cannot change Sudipto Shekhar (ID2345) to Sudipto Shekhar (ID234
6). And so, if the user tries to change anything from the text, I want to delete the whole text. For example:
Sudipto Shekhar (ID2345), Jerrki (ID9301), Sam Pablo(ID1002). If the user tries to change Sudipto Shekhar (ID2345) to Sudipto Shekhar (ID2346) and hit a backspace or delete button, I want to delete entire Sudipto Shekhar (ID2345), but just that, and want to retain rest of the text in the text box:
Jerrki (ID9301), Sam Pablo(ID1002)
A better example would be how the outlook To: textbox.
I hope I am clear now. Please let me know if I am still not clear.
