Hi all,
I have an aspx page that uses a nested master page. On that page, I added an UpdataPanel to house a few DropDownLists whose selected values depend on the selected values of other DropDownList within the same UpdatePanel. On first partial update of the page in the UpdatePanel when a value is selected from a DropDownList, all the DropDownLists updated correctly without incident. However, on the second select of a DropDownList, I get the following error on a popup message box:
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
I am just curious if this is an issue with the support for nested master pages. I have other pages that has a UpdatePanel setup in a similar fashion described above, but uses a regular master page instead of nested master page. That page's UpdatePanel works perfectly.
Any advice on this issue is greatly appreciated. Thanks