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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top