Which is the correct basic syntax of the Control directive?

31. Which is the correct basic syntax of the Control directive?

  1. <%@ Control %>
  2. <%@ Control Language="C#" EnableViewState="false" %>
  3. <%@ Control Language="C#" %>
  4. None of the above

Answer: B) <%@ Control Language="C#" EnableViewState="false" %>

Explanation:

The basic syntax of the Control directive is:

<%@ Control Language="C#" EnableViewState="false" %>

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.