ASP.NET - how to mark image in text asp.net
Asked By mani on 21-Jan-12 08:21 AM
hi.i have text box in typing some texts...and i will select sone text and hide(mark) some image in my text...and save..and i will display that texts in gridview..then when i mouseover that marked text i have to show approriate image in popup..how can i do it..anyone have idea????
[)ia6l0 iii replied to mani on 22-Jan-12 03:44 AM
I hope you use a HTML Editor to capture text. If not, you should use one.
You can then allow the user to insert images in a similar fashion to the editor we use in this website. And if you want to have the image shown on hover, then you should find ways to alter the html and do the lightbox approach on the images added.