Advanced Forum Search Results
-
Hi,
I'm working with silverLight.
but i want to know how i'm set the init params dynamicly.
-
Hi,
Thanks, but my parameter is not static. i need to set him dynamic.
for example in the aspx:
Xaml1.InitParameters = "";
Thanks
-
Hi,
in the <asp:Silverlight ID="Xaml1"> control we have
we have initparams by Xaml1.InitParameters.
How can i access to init params by the html, in :
div id="silverlightControlHost">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" ...
-
Hi,
I'm try to localize my silver light.
I successed to do that when i'm browse the html, but its not works when i'm browse the same page on aspx. this is the code in the 'SL2_RTM_LocTestPage.html' :
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" ...