Invalid postback or callback argument. while using orethan one from tags in a web page
-
hi all , i am getting Exception as"Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or ]]>" while using more than one form tag in a web page. i got soultion by google if i add enableEventValidation="false" application working fine but i am affriding to add it in web.config because how it effect for other controls in my application .please let me know any one knows other soultion for this . or please let me know is it safer way to add this in to web.config.if it causes any problem let me know the problems also if add it in web.confing. please send the soultion for this maild also:gurukiranmca@gmail.com Thanks And Regards, Guru
-
hi all , i am getting Exception as"Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or ]]>" while using more than one form tag in a web page. i got soultion by google if i add enableEventValidation="false" application working fine but i am affriding to add it in web.config because how it effect for other controls in my application .please let me know any one knows other soultion for this . or please let me know is it safer way to add this in to web.config.if it causes any problem let me know the problems also if add it in web.confing. please send the soultion for this maild also:gurukiranmca@gmail.com Thanks And Regards, Guru
-
Why do you want to add it to the webconfig, why not just the one page where it is needed?
We are not a Code Charity
i can do it for that web page but i have to do it in master page it is inherted for all pages . so ithink it is better to do it in web.config . because we are using fck editor 3rd party control ..in this contorl we have form button while using this button it is creating problem.please let me know if we hav any other options or let me know what are the problems i can face if i make it enableValidateRequest=false.