Đang chuẩn bị liên kết để tải về tài liệu:
Pro Server Controls and AJAX Components phần 9

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

cho phép định vị chính xác của điều khiển máy chủ, khi tài sản pageLayout được thiết lập để GridLayout. Visual Studio và ASP.NET 2.0 và sau đó không có một tài sản pageLayout trên các tài liệu mẫu web, nhưng có một khả năng tương tự như trong các thiết kế HTML. | CHAPTER 12 BUILDING A COMPLEX CONTROL 591 Wrapping the Web Service Proxy in a Utility Method To make it easier to work with the web service proxy we wrap the creation and invocation process inside a utility class that abstracts all the details of communicating with the Live Search web service as shown in Listing 12-3. This class also hides the work necessary to grab configuration information from the custom configuration section we created earlier in this chapter. Listing 12-3. The Searchutility.cs Class File using System using System.Configuration using System.ServiceModel using System.Threading using System.Web using LiveSearchService namespace ControlsBook2Lib.CH12.LiveSearchControls summary Utility class for abstracting Live Search web service proxy work summary public sealed class SearchUtility private const string ConfigSectionName controlsBook2Lib liveSearchControls summary Static method for searching Live Search that wraps web service proxy code for easy invocation. summary param name query Query to Live Search search web service param param name sourceRequests Collection of search settings param returns returns public static LiveSearchService.SearchResponse SearchLiveSearchService string query SourceRequest sourceRequests string LiveSearchLicenseKey string LiveSearchWebServiceUrl get liveSearchControl config section from web.config for search settings LiveSearchConfigSectionHandler config LiveSearchConfigSectionHandler ConfigurationManager.GetSection ConfigSectionName if config null LiveSearchLicenseKey config.License.LiveSearchLicenseKey LiveSearchWebServiceUrl config.Url.LiveSearchWebServiceUrl 592 CHAPTER 12 BUILDING A COMPLEX CONTROL if control is instantiated at runtime config section should be present else if HttpContext.Current null throw new Exception ControlsBook2Lib.LiveSearchControls.SearchUtility cannot find LiveSearchControl configuration section. EndpointAddress liveSearchAddress new EndpointAddress LiveSearchWebServiceUrl BasicHttpBinding .

Đã 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.