Need Help on Save asp.net from in folder on button click asp.net c#
-
Hello All, There is a form when user fill all the details and click on the save button and data shall be saved in the respective table in database as well there should be a screen shot of that form and save in the folder at server side in the form of image . Please update
-
Hello All, There is a form when user fill all the details and click on the save button and data shall be saved in the respective table in database as well there should be a screen shot of that form and save in the folder at server side in the form of image . Please update
yrishi wrote:
Please update
Please make your question clear.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
yrishi wrote:
Please update
Please make your question clear.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
There is a form when user fill all the details and click on the save button and data shall be saved in the respective table in database as well there should be a screen shot of that form and save in the folder at server side in the form of image .
You can easily save the data from your form, there are many resources that cover ASP.NET and ADO.NET. You will not be able to have a screen shot. Code-behind is executed on the server not the client, so there would be no screen. The only way would be to use JavaScript or have an ActiveX control. The latter could easily be disabled by the user, if they allowed it to be installed at all. With the former there is no functionality available that I know of to allow a screen shot to be taken. Would you want some web page you visit to be able to take shots of your screen?
No comment
-
There is a form when user fill all the details and click on the save button and data shall be saved in the respective table in database as well there should be a screen shot of that form and save in the folder at server side in the form of image .