Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Re: Does not work with Asp.net master pageing
Re: Does not work with Asp.net master pageing
08-30-2010, 9:19 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Does not work with Asp.net master pageing
Reply
Quote
Hi ThomaxVision,
Try add the section below into <system.web></system.web> section in file web.config.
<system.web>
<pages enableEventValidation="false" viewStateEncryptionMode="Never" />
</system.web>
Regards,
ken
View Complete Thread