///
/// Fix for Enableeventvalidation
///
public override bool EnableEventValidation
{
get
{
return false;
}
set
{
base.EnableEventValidation = false;
}
}
/// Fix for Enableeventvalidation
///
public override bool EnableEventValidation
{
get
{
return false;
}
set
{
base.EnableEventValidation = false;
}
}
No comments:
Post a Comment