i have form 2 sections, 1 section contains web form entering fields.
second section contains scanned image. , users have 2 monitors, drag image section other monitor, see content second monitor , have type content in first monitor fields section.requirement similar call center application.
process: 1.monitor 1 contains form contains couple of fields enter.
2.monotor 1 contains button called open image.
3.when click on image button, web form has open , contain scanned image.
at time of button click self newly opened scanned image has move second monitor , ha s fit screen.
so users can see second monitor scanned image , , type data first monitor.
could body provide information/the way how can achive functionality in asp.net mvc/asp.net. response highly valuable.
drag , drop provided os , browser , doesn't involve asp.net directly. can read drag , drop support in html 5
http://html5demos.com/drag-anything
http://www.html5rocks.com/en/tutorials/dnd/basics/
once you've implemented necessary attributes , events in html 5, can upload asp.net server using xmlhttprequest.
Comments
Post a Comment