Solution:
Nothing to do with enableEventValidation. Just dont forget if (!IsPostBack) in the Page_Load
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
}
Monday, May 14, 2007
Invalid postback or callback argument problem
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment