scrren shot aspx page ?
-
Alt + PrtScrn
-
We can use directly printscreen directly...... and then paste in paint
Naina
Sorry bros , I asked to make screenshot from code.I want to do it in a button click.I think I should use some client side scripts. With regards ....
-
Sorry bros , I asked to make screenshot from code.I want to do it in a button click.I think I should use some client side scripts. With regards ....
You can try like this Onclientclick of a button ... call a function and inside write as below window.print();
Naina
-
Sorry bros , I asked to make screenshot from code.I want to do it in a button click.I think I should use some client side scripts. With regards ....
Well, why do you need the screen shot. What exactly you are trying to do with screen shot? I personally don't suggest to do so. It is a security threat and most of the people will not allow their browser to access the clipboard like this. You can achieve it using ActiveX control but again it will work only in IE that too with ActiveX enabled browser.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
You're right: I didn't think: if he didn't know how to Alt+PrtScr how the hell would he know what to do next? :-)
-
Sorry bros , I asked to make screenshot from code.I want to do it in a button click.I think I should use some client side scripts. With regards ....
Do you mean the rendered html that you'd see if you right-click on the page and select view source? You might have thought you were being clear but you weren't.
-
You're right: I didn't think: if he didn't know how to Alt+PrtScr how the hell would he know what to do next? :-)
-
You're right: I didn't think: if he didn't know how to Alt+PrtScr how the hell would he know what to do next? :-)
;P alt+print screen ?.this forum is for developers bro.
-
Because I can and it's fun.
-
We can use directly printscreen directly...... and then paste in paint
Naina