Advanced client side Textbox
Hello!
Is it possible to create an "advanced" client side textbox in ASP.NET?
By advanced i mean that when the user for example wants to delete som text in the text box, it does not get deleted. Instead i want it to be strikethrough.
Another example: if the user enter new text i want it to be blue, while the rest of the text stays unchanged.
I want this to happen on the client side, without any postbacks to the server.
Is it possible?
Thanks
|