Ask a Question related to ASP.NET General, Design and Development.
-
Ric #1
Copy object
How can I copy an object, generated in an vb.net windows
applic. into an asp.net application?
Thanks
Ric
Ric Guest
-
Problem with copy of the object
Hi, trying to copy (clone) my object: var a:TestObj = new TestObj() var a2:TestObj = ObjectUtil.copy( a ) as TestObj; but i recieve... -
Copy Display Object
Hey Guys, Is there a way to create an exact copy of a display object and all its children to add some where else on the canvas? So basically if i... -
How to copy data from CLR object to its proxy?
On the client, I have a type myAssembly.myClass from the same assembly the server uses, and its proxy, localhost.myClass, generated via the Web... -
OPTION + ARROW Doesn't move copy of selected object
Anyone have any ideas why this doesn't work consistently? In versions of Illustrator prior to CS, it was very simple and consistent to move a copy... -
how can one copy an object with state?
This doesn't copy state: $myNewObject = $myOldObject; This does, but it doesn't copy: $myNewObject = & $myOldObject; -
Kevin Spencer #2
Re: Copy object
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
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Ric" <r.furner@gmx.com> wrote in message
news:011601c35607$149d0360$a601280a@phx.gbl...> How can I copy an object, generated in an vb.net windows
> applic. into an asp.net application?
>
> Thanks
> Ric
Kevin Spencer Guest



Reply With Quote

