This is a migrated thread and some comments may be shown as answers.

HtmlPalceHolder and Windowless set to true issue.

1 Answer 51 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Shweta
Top achievements
Rank 1
Shweta asked on 16 Jun 2011, 12:35 PM
Hi,


HtmlPlaceHodler needs to be run in silervlight windowless set to true. I did set it in my aspx page which is hosting client applciation but still getting errror tht it needs to have windowless set to true. Can you please guide if i am msising anything. This si how i set it

 

 

<div id="silverlightControlHost">

 

 

 

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">

 

 

 

<param name="windowless" value="true"/>

 

 

 

<param name="source" value="ClientBin/Dhh.ResourceManagement.xap"/>

 

 

 

<param name="onError" value="onSilverlightError" />

 

 

 

<param name="background" value="white" />

 

 

 

<param name="minRuntimeVersion" value="4.0.50826.0" />

 

 

 

<param name="autoUpgrade" value="true" />

 

 

 

<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0" style="text-decoration:none">

 

 

 

<img src="http://go.microsoft.com/fwlink/?LinkId=161376" 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>

Thanks & Regards,
Shweta

 

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 21 Jun 2011, 02:56 PM
Hi Shweta,


I cannot see anything unusual in your settings. I can suggest you to examine the attached project that shows a runnable sample of RadHtmlPlaceholder and see if it can help you. Let us know if it doesn't so that we could think up something else.

Greetings,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
HTMLPlaceHolder
Asked by
Shweta
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or