[Repost] ASP + grammar tutorial (5) ASP + server-side programming control articles

xiaoxiao2021-03-06  18

Use custom server controls

Upon ASP provides 45 server controls that have been done, we can use them like a black box. In addition, developers can also use any third party developed server controls

In the following example, we need to use a component that via tag, please note that <% register%> on the first line of the file must be used to declare the "Acme XML" tag. Prefix "acme". In the ASP file, an instance of the class of this named server control will be used.

<% @ Register tagprefix = "acme" namespace = "acme"%>