Click here to Skip to main content
15,915,869 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello friends,

please help me , how to take a image through webcam to store and retriving .

tell me the simple logic .

thanking you.

additional information copied from comment below
C#
hdn_imagepath.Value = "PH-" + Session["DQ_Doctor_ID"].ToString() + DateTime.Now.ToString("ddmmyy-hhmmss tt") + ".png";
Silverlight1.InitParameters = "PHOTO_NAME=" + hdn_imagepath.Value + ",DISPLAY_PHOTO=null";

in insert command i used hdn_imagepath.Value
Posted
Updated 29-Dec-13 21:58pm
v4
Comments
Nelek 24-Dec-13 4:24am    
What have you tried?[^], where are you having problems?
Mr.VJ 24-Dec-13 4:43am    
hdn_imagepath.Value = "PH-" + Session["DQ_Doctor_ID"].ToString() + DateTime.Now.ToString("ddmmyy-hhmmss tt") + ".png";
Silverlight1.InitParameters = "PHOTO_NAME=" + hdn_imagepath.Value + ",DISPLAY_PHOTO=null";

in insert command i used hdn_imagepath.Value

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900