4
Answers

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

Hemanth

Hemanth

14y
2.2k
1
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)