hey guys,
Is there any way to insert tags into a webpage in real-time?
Here is what I want to do. I have a body of text displayed on a webpage. I want to add a comment on a particular line of text by clicking a button, then highlighting a portion of the text. On mouse release, an ajax box would appear and the user can place their comments in there. when the user has done commenting, they just click the "done" button to save all the comments on the body of text for all to see. Much like a modified version of facebook's photo tagging system but for text.
My idea of implementing this is to add tags at the beginning and the end of the selected portion of text and including an id to save it into the database. But how do I do that if it is possible? is there any opensourced software readily available that I can use in ASP.NET?
Sorry if i asked some stupid questions here, I am new and would like to learn more.


