任何人都知道Silverlight的意思是告诉我这个紧急的解决方案
问题描述:
使用Silverlight
我的问题是我有一个登录页,主页中有一个主页,我有2个文本框,即名称,地址和一个按钮,一个DataGrid和DataBase是CustomerDataBase,当用户基于该登录名登录到主页时,将在其中显示CustomerName和Address. DataGrid,然后当用户单击按钮时,名称和地址将存储在CustomerDataBase
using Silverlight
my question is i have one loginpage one mainpage in mainpage i have 2 text boxes i.e., Name,Address and one button one DataGrid the and DataBase is CustomerDataBase when user login to the mainpage based on that loginid the CustomerName and Address will be displayed in that DataGrid and when user click the button the Name,and Address will be stored in CustomerDataBase
答
中.您可以使用Web服务.但是如果对您的应用程序来说太多了,您可以在服务器端编写Handlers并在Silverlight应用程序中使用它.
Silverlight 3:显示SQL Server数据 [我在Silverlight 2中的第一个数据应用程序 [ Silverlight 3.0中的基本数据库操作 [ http://www.silverlightshow. net/items/Video-Learning-CRUD-and-Data-Forms-in-Silverlight-2-Episode-2.aspx [ ^ ]
You could use Web Services. But if it is too much for your application, you can write Handlers on the server-side and use it in your Silverlight Applications.
Silverlight 3: Displaying SQL Server Data[^]
My First Data Application in Silverlight 2[^]
Basic Database Operations in Silverlight 3.0[^]
http://www.silverlightshow.net/items/Video-Learning-CRUD-and-Data-Forms-in-Silverlight-2-Episode-2.aspx[^]