如何在asp.net页面中添加silverlight页面?
我想要一个嵌入了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 HTML
有关详细信息,请阅读:
You can embed Silverlight component into asp.net web page via HTML
<object>
element or JavaScript -Silverlight.js
helper script.For more information read: