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.
 
Back
Top