Monday, November 3, 2008

The server block is not well formed

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" %>

No comments: