validation - AjaxControlToolkit ValidatorCalloutExtender does not work with UnobtrusiveValidation -


i have webforms application. if target application use .net 4.6 framework using <httpruntime targetframework="4.6"/>, validatorcalloutextender not work. if switch off unobtrusivevalidation using <add key="validationsettings:unobtrusivevalidationmode" value="none"/>, validation works fine. don't want turn off unobtrusivevalidation setting. there other solution?

thank you.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -