@Implements - To implement a specified .NET Framework interface - Basic concept of ASP.NET

Q.  To implement a specified .NET Framework interface which directive is used?
- Published on 28 Jul 15

a. @Register
b. @Control
c. @Reference
d. @Implements

ANSWER: @Implements
 

    Discussion

  • Raj   -Posted on 25 Sep 15
    @Implements directive is used to implement interface.
    Example:
    <%@Implements Interface="System.Web.UI.IValidator"%>

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)