Hi,
I have an .aspx website page in Visual Studio 2010 - c#, and I have created some controls in Blend Expression.
all I need is to use those created control in .xaml Blend Expression and add them inside the .aspx file.
Is that possible?
How can I add .xaml control inside .aspx
Page 1 of 13 Replies - 6155 Views - Last Post: 01 February 2012 - 11:56 AM
Replies To: How can I add .xaml control inside .aspx
#2
Re: How can I add .xaml control inside .aspx
Posted 01 February 2012 - 10:26 AM
Sure. You can put them inside of a Silverlight application, and host the Silverlight application in the ASPX page.
However, you cannot add the .xaml controls directly in ASP.Net.
However, you cannot add the .xaml controls directly in ASP.Net.
#3
Re: How can I add .xaml control inside .aspx
Posted 01 February 2012 - 11:12 AM
Then how can I do it? Is there any specific way or technique to do so?
#4
Re: How can I add .xaml control inside .aspx
Posted 01 February 2012 - 11:56 AM
I just told you how. Create a Silverlight project. Add your controls to the project. Host the silverlight app in your ASPX page. That's the only way to get XAML controls on an ASPX page.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|