C# code in the html page.

  • Thread starter Thread starter craigkenisston
  • Start date Start date
C

craigkenisston

Hi,

When you have an application where you put the C# code, how can you use
a common "outside" static class or library ?
Is this possible ?
 
When you have an application where you put the C# code, how can you use
a common "outside" static class or library ?

You mean outside class libraries like System.Web, System.Drawing,
System.XML?

The point I'm making is that, if you have done any .Net development at all,
you're already using "outside" class libraries.

You create a reference to them. You use them.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

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