Answer: We can trace View State of our application by placing this tag at Page Directive.
<%@ Page Language="C#" AutoEventWireUp="true" Trace="True"
Now if we run the page then we can see the details of the view state along with Control tree.
Asked In: Many Interviews |
Alert Moderator