.net - Webforms ScriptResource.axd ArgumentTypeException - Ajax -


using .net 4.5, have set of controls contained within updatepanel. 1 of these controls drop down partial page postback.

if enter form , click submit button outside of updatepanel , select item in drop down within updatepanel, im getting js error scriptresource.axd

sys>argumenttypeexceltion: object of type object cannot converted type string. parameter name value.

the server side postback event on drop down not fired

in case, due form containing hidden field id of "action"


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -