Hello,
I have a web page (aspx + Js+ C#) that the user can drag and drop from datalist and connect them by lines. so the user can perform a diagram or some shape.
also the user is able to save an entry on the diagram then save it to the database.
now i need to save the whole page with its diagram and all elements (dropped elements, lines) in a file so the user be able to retrieve the same diagram or shape
with its entries and exact locations so he can edit it.
is there any way to do that? any help? any example please?
Go to the complete details ...