Tuesday, May 27, 2014

Error : RegisterForEventValidation can only be called during Render();

To resolve the above error, add the following.

<%@ Page Language="C#" EnableEventValidation = "false"%>

No comments:

Post a Comment