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

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

Tham khảo tài liệu 'pro server controls and ajax components phần 10', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 668 CHAPTER 13 PACKAGING AND DEPLOYMENT Searched for searchQuery section.Append String.Format rm.GetString ResultStatusTemplate.SearchFor resultControl.Query section.Append br Result StartIndex 1 - EndIndex 1 of about TotalResultsCount records accounting for zero based index section.Append String.Format rm.GetString ResultStatusTemplate.ResultAbout resultControl.PageNumber - 1 resultControl.PageSize 1 resultControl.PageNumber resultControl.PageSize resultControl.TotalResultsCount section.Append nbsp nbsp header.Text section.ToString ResultItemTemplate provides the default display for each item from the search results. The control content added inside the container includes a hyperlink displaying the title field Live Search Result and providing a hyperlink to the value of its URL field. It also adds a label to display the snippet field and a label to display the URL field. It uses three separate data-binding routines to accomplish the data loading BindLink BindSnippet and BindUrl. Listing 13-5 presents the full source code. Listing 13-5. The ResultItemTemplate.es Class File using System using System.Web.UI using System.Web.UI.WebControls namespace ControlsBook2Lib.CH12.LiveSearchControls summary Default ResultItemTemplate implementation used by a Stock LiveSearch Lib Result control without a ItemTemplate summary public class ResultItemTemplate ITemplate summary Method puts template controls into container control summary param name container Outside control container to template items param CHAPTER 13 PACKAGING AND DEPLOYMENT 669 public void InstantiateIn Control container HyperLink link new HyperLink link.DataBinding new EventHandler BindLink container.Controls.Add link container.Controls.Add new LiteralControl br Label snippet new Label snippet.DataBinding new EventHandler BindSnippet container.Controls.Add snippet container.Controls.Add new LiteralControl br Label url new Label url.DataBinding new EventHandler BindUrl container.Controls.Add url .

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