使用 ado.net 与数据库进行 Silverlight 连接
我想在 silverlight 中使用 ado.net 连接我的 sql server 2005 数据库。
我想手动连接到我的数据库。
请给我在 silverlight 中手动填充 gridview 的示例。
谢谢
I want to connect my sql server 2005 database using ado.net in silverlight.
I want to connect manually to my database.
Please give me examples of populating gridview in silverlight manually.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Silverlight 不支持 ADO.NET。您必须进行 Web 服务调用并让您的 Web 方法访问数据库。请查看这篇文章以获取一些入门帮助。
希望这有帮助!
Silverlight doesn't support ADO.NET. You'll have to make a web service call and have your web method access the database. Check out this article for some help getting started.
Hope this helps!