Building ASP.NET Server Controls

With the explosion of the Internet in the mid-1990s, web development tools evolved as a combination of HTML and a scripting language such as ASP or Perl to generate dynamic output. With the advent of Microsoft's .NET Framework, ASP.NET turned web development on its head by combining a design-ti...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Những tác giả chính: Cameron, Rob, Michalk, Dale
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/30907
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:With the explosion of the Internet in the mid-1990s, web development tools evolved as a combination of HTML and a scripting language such as ASP or Perl to generate dynamic output. With the advent of Microsoft's .NET Framework, ASP.NET turned web development on its head by combining a design-time interface similar to Visual Basic with an HTML and JavaScript output that requires nothing more than a web browser for rendering. At the core of ASP.NET is server control technology. From the Page class to the Label control, all objects in ASP.NET are server controls. Server controls combine server-side execution in a well-defined life cycle with browser-friendly rendering that includes down-level browsers and a plethora of mobile clients. Regardless of the target output, server controls behave in a similar manner. Understanding this technology and how to leverage it in your own development efforts is the subject of this book.