TAILIEUCHUNG - Using a Web Service

Thiết lập thuộc tính Name của DataGrid của bạn để customersDataGrid. Thiết lập thuộc tính Name của TextBox của bạn để whereClauseTextBox, và loại bỏ các văn bản textBox1 từ các tài sản văn bản. Thiết lập thuộc tính Name của Button của bạn để getCustomersButton, và thiết lập thuộc tính Text để Nhận Khách hàng. Những điều khiển được thể hiện trong hình | Using a Web Service In this section you ll see how to use a Web service in a Windows application. Start VS .NET and select File New Project. Create a new Windows application named UseWebServicelnWindows. Drag a DataGrid TextBox and Button control to your form. Set the Name property of your DataGrid to customersDataGrid. Set the Name property of your TextBox to whereClauseTextBox and remove the text textBoxl from the Text property. Set the Name property of your Button to getCustomersButton and set the Text property to Get Customers. These controls are shown in Figure . Figure Form with controls Open the Solution Explorer window and right-click the References node. Select Add Web References from the pop-up menu. This displays the Add Web Reference dialog box which allows you to search for Web services. Enter the following URL in the Address box and press the Enter key on your keyboard http localhost NorthwindWebS ervice Note If your Web service is not deployed on the local computer then replace localhost with the name of your remote computer. Your Web service will be located and a test page displayed see Figure . Figure Northwind Web Service You can view the WSDL file for your Web service by clicking the Service Description link and you can test your Web service by clicking the Retrieve Customers link. Click the Add Reference button to add the reference to your Web service to your project and continue. You can see the new reference in the Solution Explorer window see Figure . Figure The new Web reference in Solution Explorer Double-click the Button on your form to open the code editor and add the following code to your button s click method myCustomersService new Customers Note Once again if your Web service is not deployed on the local computer then replace localhost

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.