Unable to validate data
-
I created a form with some Controls and Validators It works well on localhost but after publishing, it works somtimes and sometimes it gives the error "Unable to validate data." this is my page http://www.mersaal.com/FeedBack.aspx[^] Can anybody gess the source of this error I say again that the error appears sometimes
Mohamed Gouda Egypt
-
I created a form with some Controls and Validators It works well on localhost but after publishing, it works somtimes and sometimes it gives the error "Unable to validate data." this is my page http://www.mersaal.com/FeedBack.aspx[^] Can anybody gess the source of this error I say again that the error appears sometimes
Mohamed Gouda Egypt
Are you using AJAX and javascript at same time ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
I created a form with some Controls and Validators It works well on localhost but after publishing, it works somtimes and sometimes it gives the error "Unable to validate data." this is my page http://www.mersaal.com/FeedBack.aspx[^] Can anybody gess the source of this error I say again that the error appears sometimes
Mohamed Gouda Egypt
Hi, I think that problem might be occured at the time when user enter any special tag like chararcter in textboxes like '<' or '>'. So first you check with this possibility and write RequestValidate = "false" in Page directive. But this attribute affects security of your site. Regards, Amar
-
Are you using AJAX and javascript at same time ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
playing with bugs ) wrote:
Are you using AJAX and javascript at same time ?
I used none of them
Mohamed Gouda Egypt
-
Hi, I think that problem might be occured at the time when user enter any special tag like chararcter in textboxes like '<' or '>'. So first you check with this possibility and write RequestValidate = "false" in Page directive. But this attribute affects security of your site. Regards, Amar
amargujrathi2006 wrote:
So first you check with this possibility
First, thanks for the good hint ;) , the tag like characters generates an exception that I need to handle But the old problem still not solved :((
Mohamed Gouda Egypt
-
I created a form with some Controls and Validators It works well on localhost but after publishing, it works somtimes and sometimes it gives the error "Unable to validate data." this is my page http://www.mersaal.com/FeedBack.aspx[^] Can anybody gess the source of this error I say again that the error appears sometimes
Mohamed Gouda Egypt
Seems like problem in the ViewState. Have to tried searching in www.asp.net forums?? Click here[^]
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot