Hi,
I am attempting to comment ASP.NET code e.g <!--THIS IS COMMENT--> etc.
I works fine all over my application but when i attempt to commnet in a Details view the following error occurs:
"Error 1 Literal content ('<!--THIS IS COMMENT-->') is not allowed within a 'System.Web.UI.WebControls.DataControlFieldCollection'. C:\MySite\Pages\Page1.aspx 121 "
Has anyone come across this before or have any ideas how to comment within a details view??
Thanks.
...
Go to the complete details ...