TAILIEUCHUNG - Pro Server Controls and AJAX Components phần 8

ược kết nối với TextChanged một cách chính xác, như một tham số thứ hai của mình. Các tham số có tên là TCE là các ống dẫn để thông tin thêm vào BeforeLabel và các giá trị văn bản AfterLabel: private voidTùy chọn "Chắc chắn là vị trí" sử dụng các tính năng định vị tuyệt đối CSS, quy định cụ thể vị trí điểm ảnh để kiểm soát máy chủ | 514 CHAPTER 10 OTHER SERVER CONTROLS get object size ViewState size if size null return 0 else return int size set ViewState size value public bool Password get object password ViewState password if password null return false else return bool password set ViewState password value public bool Numeric get object numeric ViewState numeric if numeric null return false else return bool numeric set ViewState numeric value CHAPTER 10 OTHER SERVER CONTROLS 515 public event EventHandler TextChanged public bool LoadPostData string postDataKey NameValueCollection postCollection string postedValue postCollection postDataKey if postedValue Text postedValue return true else return false public void RaisePostDataChangedEvent OnTextChanged protected virtual void OnTextChanged EventArgs e if TextChanged null TextChanged this e As we discussed previously mobile controls do not render themselves. Instead mobile controls are associated with device adapters to handle rendering tasks. In our example we implement two device adapters one for HTML devices and the other for WML devices. The HTML Device Adapter This device adapter is pretty easy to create because the rendering code is essentially the same as the sample server control in Chapter 5. Device adapters follow a naming convention of RenderingTechnologyControlNameAdapter which translates to HtmlMCTextBoxAdapter for our sample. Listing 10-14 contains the source code for the HTML device adapter. Listing 10-14. The HtmlMCTextBoxAdapter Source File using namespace public class HtmlMCTextBoxAdapter HtmlControlAdapter protected new MCTextBox Control 516 CHAPTER 10 OTHER SERVER CONTROLS get return MCTextBox public override void Render HtmlMobileTextWriter writer write out the HTML tag input name value if type password if 0 .

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
10    172    3    26-11-2024
65    130    1    26-11-2024
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.