Using C# external Windows Forms based library Control in ASP.NET
Hello,
A newbie to C# here. I would like to use a C# third party library Control 'xyzCtrl' (inherited from PictureBox and another custom class) in ASP.NET Web Application. How can I do that?
xyzCtrl renders continuously changing image data (BitMap) on the form.
Thanks.