how to store image capturing form webcam in database? pliz tell me all the steps .

Welcome manchi,
To save a captured image into database you need to create a table having image or blob datatype column.
Write ADO.NET code to execute stored-procedure or parameterized query to write a (captured image file) file content into a database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.