About webcam capture in aspx page

May 22 2010 8:36 AM
hi , i know webcam image capture in c# windows application
 
in which i use picturebox to dispaly the captured webcam image like bellow

pictrubox1.image=e.webcamimage;

if i want to do the webcam image capture in asp.net aspx page then which control is used instead of picturebox

i tried with image control but didn't get any idea

please help me on this