what difference does it make if we write a script manager with an end tag and a script manager as an empty tag in this format:
<asp:ScriptManager runat="server">
</asp:ScriptManager>
and script as an empty tag.
<asp:ScriptManager runat="server"/>
I found this question in some interview questions book .. plez give me some knowledge about this or give me any link ..
source
share