How to capture the active screen in ASP.Net MVC
?
Is there any feature in JQuery for this?
What I am looking for is to save the specific part of screen (say a parent div content) on click of a button and show Print dialog to user which will print this as an image.
I found many posts around but I am looking for MVC & JQuery specific solution.
Can anybody please suggest?