logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
ronenfe  
#1 Posted : Wednesday, August 11, 2010 4:14:34 AM(UTC)
ronenfe

Rank: Administration

Groups: Administration
Joined: 11/22/2008(UTC)
Posts: 179

I found a solution here:
http://forums.asp.net/t/1136115.aspx

hi

add this line of code in page attribute at the top of the aspx page.

EnableEventValidation="false"

as

<%@ Page EnableEventValidation="false" %>



or in web.config as

<pages enableEventValidation="false" />



happy coding
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.