Importing Controls made in Visual C# into ASP.NET
-
Can I import a control that I use in visual c#, say for example a dynamic pie chart that spins and updates and is quite graphical, into an ASP.NET web page using code behind files etc. Thanks Jeremy
No, you can't. It's a windows app, and web apps work differently.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Can I import a control that I use in visual c#, say for example a dynamic pie chart that spins and updates and is quite graphical, into an ASP.NET web page using code behind files etc. Thanks Jeremy
If you want to do animation like this, you may wat to take a look at Silverlight.
Deja View - the feeling that you've seen this post before.