Hemanth

Hemanth

  • NA
  • 8
  • 4.8k

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

Oct 14 2010 12:54 PM
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)