|
Most functional parts of the user interface in projects based on the ASP.NET 2.0 Templates are created by adding Control Templates to Page Templates. Control Templates add ASP.NET Web server controls (from the .NET Framework's System.Web.UI.WebControls namespace) to pages. Many Control Templates generate multiple ASP.NET Web server controls, generating both visual components and the code that implements control behaviour. Control Templates configure the generated Web server controls and make them work together.
The following types of Control Templates exist:
 | Property Templates map single fields from database entities to user interface elements such as grid columns and form fields. |
The Control Toolbox of the WebForm Designer contains the following Control Templates:
 | TreeView template (in upcoming versions) |

|