Copy object

  • Thread starter Thread starter Ric
  • Start date Start date
R

Ric

How can I copy an object, generated in an vb.net windows
applic. into an asp.net application?

Thanks
Ric
 
There's no difference. If the object is in a Class Library, simply include
the Class Library in your ASP.Net project. Otherwise, you can simply copy
the code from the object into your ASP.Net project.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
Back
Top