Windows Class Library

  • Thread starter Thread starter Seth Bourne
  • Start date Start date
S

Seth Bourne

Is it possible for ASP.NET handling Windows Class Library ?

Let's Say i've a class library to show windows message (MessageBox.show) but
run on ASP.NET ? so after the user click the button it trigger the
MessageBox.Show()

Thanks
 
No. System.Web.UI and System.Windows.Forms are largely UI elements. They
aren't cross compatible.

Karl
 
Back
Top