Click here to Skip to main content
15,890,690 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How do I work with WIndows Forms in WPF? Pin
Pete O'Hanlon26-May-10 10:05
mvePete O'Hanlon26-May-10 10:05 
QuestionSubclass Window? Pin
Kevin Marois26-May-10 7:54
professionalKevin Marois26-May-10 7:54 
AnswerRe: Subclass Window? Pin
Kunal Chowdhury «IN»26-May-10 17:53
professionalKunal Chowdhury «IN»26-May-10 17:53 
GeneralRe: Subclass Window? Pin
Kevin Marois27-May-10 4:59
professionalKevin Marois27-May-10 4:59 
AnswerRe: Subclass Window? Pin
Kunal Chowdhury «IN»27-May-10 5:11
professionalKunal Chowdhury «IN»27-May-10 5:11 
QuestionDisplay muti display data (DataGridCombobox) in WPF datagrid Pin
kartheesh26-May-10 3:35
kartheesh26-May-10 3:35 
QuestionIs there a Silverlight control for embeding into a ASP.NET Web form Pin
anderslundsgard25-May-10 7:51
anderslundsgard25-May-10 7:51 
AnswerRe: Is there a Silverlight control for embeding into a ASP.NET Web form Pin
Peace ON25-May-10 20:09
Peace ON25-May-10 20:09 
You cannot embed silverlight control individually.

You need to generate .xap file from the silverlight page/control
and then you can easily embed it in aspx page as an object.

Find following code to embed .xap file.

<div id="silverlightControlHost">
        <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
		  <param name="source" value="ClientBin/SLNetWCF.xap"/>
		  <param name="onError" value="onSilverlightError" />
		  <param name="background" value="white" />
		  <param name="minRuntimeVersion" value="3.0.40624.0" />
		  <param name="autoUpgrade" value="true" />
		  <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
 			  <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
		  </a>
	    </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe></div>


HTH
Jinal Desai - LIVE
Experience is mother of sage....

AnswerRe: Is there a Silverlight control for embeding into a ASP.NET Web form Pin
Abhinav S25-May-10 20:53
Abhinav S25-May-10 20:53 
QuestionNeed to remove the legend from the <chartingToolkit:PieSeries > Pin
srinandan..25-May-10 3:19
srinandan..25-May-10 3:19 
AnswerRe: Need to remove the legend from the Pin
Abhinav S25-May-10 3:33
Abhinav S25-May-10 3:33 
QuestionData Binding Multiple Values Pin
#realJSOP25-May-10 0:07
mve#realJSOP25-May-10 0:07 
AnswerRe: Data Binding Multiple Values Pin
Pete O'Hanlon25-May-10 0:52
mvePete O'Hanlon25-May-10 0:52 
GeneralRe: Data Binding Multiple Values Pin
#realJSOP25-May-10 5:53
mve#realJSOP25-May-10 5:53 
GeneralRe: Data Binding Multiple Values Pin
Pete O'Hanlon25-May-10 7:12
mvePete O'Hanlon25-May-10 7:12 
GeneralRe: Data Binding Multiple Values Pin
#realJSOP27-May-10 5:09
mve#realJSOP27-May-10 5:09 
GeneralRe: Data Binding Multiple Values Pin
Manish V Mahajan29-Jul-11 11:07
Manish V Mahajan29-Jul-11 11:07 
QuestionGrid not updating while swaping element[modified] Pin
Tripathi Swati24-May-10 20:22
Tripathi Swati24-May-10 20:22 
QuestionSetting a textbox based on listbox selection. Pin
jhoga24-May-10 10:51
jhoga24-May-10 10:51 
AnswerRe: Setting a textbox based on listbox selection. Pin
Abhinav S25-May-10 3:02
Abhinav S25-May-10 3:02 
GeneralRe: Setting a textbox based on listbox selection. Pin
jhoga25-May-10 12:28
jhoga25-May-10 12:28 
GeneralRe: Setting a textbox based on listbox selection. Pin
Jürgen Röhr27-May-10 7:10
professionalJürgen Röhr27-May-10 7:10 
QuestionWrap panel in WPF List Box Pin
Hema Bairavan24-May-10 1:30
Hema Bairavan24-May-10 1:30 
AnswerRe: Wrap panel in WPF List Box Pin
Pete O'Hanlon24-May-10 3:19
mvePete O'Hanlon24-May-10 3:19 
GeneralRe: Wrap panel in WPF List Box Pin
Jammer26-May-10 7:54
Jammer26-May-10 7:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.