PageRenderTime 38ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/MultiTargeting/Silverlight/RealEstateListingViewerHost/RealEstateListingViewerTestPage.aspx

#
ASP.NET | 29 lines | 26 code | 1 blank | 2 comment | 0 complexity | a0b3fb8adcb03f245e34de11d789d60b MD5 | raw file
  1. <%@ Page Language="c#" AutoEventWireup="true" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;">
  4. <head id="Head1" runat="server">
  5. <title>Test Page For RealEstateListingViewer</title>
  6. </head>
  7. <body style="height: 100%; margin: 0;">
  8. <form id="form1" runat="server" style="height: 100%;">
  9. <div id="silverlightControlHost">
  10. <object data="data:application/x-silverlight," type="application/x-silverlight-2"
  11. width="100%" height="100%">
  12. <param name="source" value="ClientBin/RealEstateListingViewer.xap" />
  13. <param name="onerror" value="onSilverlightError" />
  14. <param name="background" value="white" />
  15. <param name="culture" value="es" />
  16. <param name="uiculture" value="es" />
  17. <!-- <param name="culture" value="nl" />
  18. <param name="uiculture" value="nl" />-->
  19. <a href="http://go.microsoft.com/fwlink/?LinkID=115261" style="text-decoration: none;">
  20. <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight"
  21. style="border-style: none" />
  22. </a>
  23. </object>
  24. <iframe style='visibility: hidden; height: 0; width: 0; border: 0px'></iframe>
  25. </div>
  26. </form>
  27. </body>
  28. </html>