Wednesday, March 21, 2012

Problem of Validation Controls With AJAX Panel.

Hi All,

I am facing a problem when using validators inside AJAX update panel. The scenario is that i have some requiredFieldValidators inside AJAX Update Panel. When partial post back occours then validators do not show error message, its another things that page also not submites.

Can any one help me in this regard.
Thanks.

acording to me, AJAX and asp.net validation controls doent go well with each other. You try using ajax validation control


Disable the the client side scripts of those validators, otherwise checkout this threadhttp://forums.asp.net/t/1066821.aspx

No comments:

Post a Comment