如何在asp.net页面中添加silverlight页面?

发布于 2024-12-09 19:35:16 字数 262 浏览 0 评论 0原文

我想要一个嵌入了 Silverlight 页面的 aspx 页面,这样如果我单击 aspx 页面中的任何按钮,一些文本就会打印在 Silverlight 页面的文本框中。

为此,我们应该选择 Visual Studio 2010 中的哪种类型的 Silverlight 模板,我使用的是 Silverlight 4。

请向我提供将 Silverlight 嵌入到 aspx 页面的分步过程。

请朋友们帮助我,我非常感谢您的回答。

提前致谢 加内什

I want a aspx page that has Silverlight page embed in it, so that if I click any button in aspx page some text will be printed in the text box of Silverlight page.

for this what type of Silverlight template should we choose that are in Visual Studio 2010 and I am using Silverlight 4.

Please provide me step by step procedure for embedding Silverlight into aspx page.

Please friends help me and I am thankful for the answer.

Thanks in Advance
Ganesh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白首有我共你 2024-12-16 19:35:16

您可以通过 HTML 元素或 JavaScript - Silverlight.js 帮助程序脚本将 Silverlight 组件嵌入到 ASP.NET 网页中。

有关详细信息,请阅读:

  1. 将 Silverlight 与网页集成
  2. 封装 Silverlight ASP.NET 控件

You can embed Silverlight component into asp.net web page via HTML <object> element or JavaScript - Silverlight.js helper script.

For more information read:

  1. Integrating Silverlight with a Web Page
  2. Encapsulate Silverlight with ASP.NET Controls
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文