<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET Controls for Silverlight</title><link>http://forums.asp.net/1154.aspx</link><description>Discussions about how to support Silverlight within using the ASP.NET Controls for Silverlight.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Appy Css for Silverlight controls</title><link>http://forums.asp.net/thread/3258827.aspx</link><pubDate>Thu, 25 Jun 2009 21:47:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258827</guid><dc:creator>billsm</dc:creator><author>billsm</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258827.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3258827</wfw:commentRss><description>&lt;p&gt;why not use asp.net mvc and then jquery &lt;/p&gt;
&lt;p&gt;here is jquery&amp;nbsp;&amp;nbsp;&lt;a href="http://docs.jquery.com/CSS/css#properties"&gt;http://docs.jquery.com/CSS/css#properties&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;remember silverlight is a web application not a web form &lt;/p&gt;
&lt;p&gt;actually I think of it as an html web page....a partial page &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It uses asynchronous processing...Ifyou need&amp;nbsp;examples Of this I can show you &amp;nbsp;&lt;/p&gt;
&lt;p&gt;here is a popup window thru code&amp;nbsp;magazine&amp;nbsp;&amp;nbsp;&lt;a href="http://www.code-magazine.com/article.aspx?quickid=0902051&amp;amp;page=5"&gt;http://www.code-magazine.com/article.aspx?quickid=0902051&amp;amp;page=5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;here&amp;nbsp;is a html browser training video&amp;nbsp;&amp;nbsp;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=65683"&gt;http://silverlight.net/learn/learnvideo.aspx?video=65683&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Appy Css for Silverlight controls</title><link>http://forums.asp.net/thread/3257535.aspx</link><pubDate>Thu, 25 Jun 2009 11:10:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3257535</guid><dc:creator>pavanip</dc:creator><author>pavanip</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3257535.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3257535</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&amp;nbsp; I want to apply &amp;quot;Css&amp;quot; for Silverlight image control.I am having one silverlight image control in that left button down event i have to open asp.net form.For that aspx page i want to apply styles while opening that page.In left button down event i am calling java script function to call that aspx page.But from where i have to apply styles to open that page.&lt;br /&gt;If i use anchor tag to open popup window in normal aspx page I can use the following line to work it properly. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;lt;a style=&amp;quot;font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none; color:#ffffff;&amp;quot; href=&amp;quot;Contactus.aspx?TB_iframe=true&amp;amp;height=500&amp;amp;width=600&amp;quot;&amp;gt;Contact us&amp;lt;/a&amp;gt;&lt;br /&gt;Here I am using css class.&lt;br /&gt;But for now i want to open popup from code behind for that i have written following code in silverlight image control code behind.&lt;br /&gt;HtmlPage.Window.Invoke(&amp;quot;login&amp;quot;);&lt;br /&gt;And I am calling that javascript function in aspx page like this.&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;gt; &lt;br /&gt;function login() { &lt;br /&gt;var url = &amp;quot;http://219.91.199.132/Gateway/Login.aspx&amp;quot;; &lt;br /&gt;window.open(&lt;br /&gt;&amp;quot;UserLogin.aspx&amp;quot;, &amp;#39;window&amp;#39;, &amp;#39;width=630,height=620,background=silver,menubar=no, resizable=no&amp;#39;) &lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt; &lt;br /&gt;Can anyone please help me how to apply css for silverlight controls.I want to open webform with jquery popup&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;Pavani&lt;/p&gt;</description></item></channel></rss>