NET and its underlying server
control architecture. The example code in this book is written in C#. However, if you are a
VB. NET developer, the examples translate pretty easily, as ASP.NET development is language
agnostic. The .NET Framework and the ASP.NET object model are what??™s important, not the
language.
If you are a developer in need of learning a particular technique, each major facet of control
development is presented with simple example code to highlight that particular topic. For example,
if you are looking for information on how to add events to your server controls, or how to understand
how events work in ASP.NET, you can drill into that chapter to get the details.
If you are a developer looking for full-featured example code, you??™ll find that here too. One
example shows how to implement data binding and templates that can connect to a database
backend. The rich example in the last part of the book pulls techniques described throughout
this book into a holistic demonstration of how to build a rich, complex server control that is
fully localized and includes licensing support.
How This Book Is Structured
This book is about server control technology as the underlying foundation of ASP.NET. It will
provide you with a deep understanding of how server control technology works, as well as
xxiv ?– IN TRODUCTION
explaining how to build your own custom server controls as part of a web development project
or for resale in the component marketplace.
Pages:
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44