in the SelectedIndexChanged event of the DropDownList that is placed in UpdatePanel, I use the session object to stotre the selected value: Session["code"] = pathologiesDropDownList.SelectedValue; when the evnt is truggred the first time (not in the others) I got the error: Sys.WebForms.PageRequestParserErrorException: The message received from the server could not be parsed .Common cause for this error are when the response is modified by calls to Response.Write() , response filters , HttpModules , or server trace is enabled..... what's the problem?
some solutions to your problem are suggested at
Got an answer for Swati_Jain? Would you like to comment on the posted answers, or vote for the one which you think is the best?
Sign up for a free account, or sign in (if you're already a member).
Other people asked questions on similar topics, check out the answers they received:
Other people asked questions on various topics, and are still waiting for answer. Would be great if you can take a sec and answer them