2

Is it possible to use WPF Controls in our ASP.Net Project? Since WPF has enriched and new featured controls .

1 Answer 1

6

No, you can't use WPF Controls in ASP.Net Project because they are two different technologies. There is a Microsoft SilverLight, which is made for this purposes.

WPF exists as a subset of .NET Framework types that are for the most part located in the System.Windows namespace and used for creating of standalone applications. It like the next generation of winForms. Asp.Net is used to make the web applications, based on System.Web Namespace. Microsoft created the technology, named SilverLight, which is some kind of plugin for web applications for integrating the WPF functionality into you page.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.