In Dot net If you receive "The server block is not well formed" then it is meaning that your closed tag is not correct.
Eg: <%@ Register Src="WebUserControl1.ascx" TagPrefix="firstuser" TagName="mess" >
It should be <%@ Register Src="WebUserControl1.ascx" TagPrefix="firstuser" TagName="mess" %>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment