0
Answer

Alternate for picturebox of Windows application.

Photo of Bala

Bala

12y
1.7k
1
Hi Guys, help me to solve this.,

In windows app we may use picturebox to display video using :

Bitmap video = (Bitmap)eventArgs.Frame.Clone();
picturebox1.image = video;

So, here what do we do in web application to do the same thing?