1
Answer

Webcam image to SQL database

Ravindra Sharma

Ravindra Sharma

11y
1.5k
1
Hi,

I am working on an ASP.NET application, I have a page where i capture an image from the user's webcam and display that image on an image control.. How do i save this image in a database?


I've searched for many samples, but all i found is the fileupload code. I am not uploading the image here, but i'm capturing it from a webcam.

help me !!
Answers (1)
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
I have a specific problem as follows. See i have one button and i have written a function onclick of this button in my code behind form. ok. Which will be executed when that button is clicked. But that code is server side. Now I want to check if any of the checkbox in my datagrid is checked or not on click of this button? how to do this? Please help? Regards. kash
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
Is there a specific question here? You can still have javascript error checking with asp.net validation controls by the way.