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