Thursday, September 15, 2011

Problem:
System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)



Solution:
Javascript which is written in body tag, move it to header tag and issue will be resolved.

Happy coding...:)

No comments:

Post a Comment