asp.net - UpdatePanel + Validators works! Stops async requests for sometime after validation tho -
this not same old question validators , update panel compatibility.
here's scenario:
i have aspx page script manager. page has ascx user control functionality. in control, have few panels , areas enabled/disabled or visible/hidden according visitor selects clicking on of radio buttons control behaviour. fine until point. validators , updatepanel not fighting against each other, however, if try submit page without filling form, validation message on summary , it's validation itself.. here's problem, radio buttons, responsible set visibility areas stops working, starts working again after 2nd or 3rd click. it's not delay or anything.. seems handlers not bound control, click again, , cleans summary , error notifications , starts working again.. don't know if adds issue, both user control , page have telerik controls such combo box load on demand, tooltips , loading panel..
i have searched lot , find question regarding validation controls not working inside updatepanel or updatepanel not working validators.. in case, works, have problems after validation has been performed , page.isvalid set false..
to me sounds there server error in first request ajax sending. here recommendation:
open web page in firefox, open firebog , select "network" tab. tab shows every single request browser sends server (including request scripts, images, ... , ajax async requests).
so clear list under "network" in firebog , trigger ajax first time, see if there request sent server. if there can see if response ok 200 response or 500 server error , ofcourse can see full details of error.
hope helps.
Comments
Post a Comment