4
Answers

Using C# external Windows Forms based library Control in ASP.NET

Photo of Hemanth

Hemanth

15y
2.8k
1 .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.

Answers (4)