I have a repeater whose ItemCommand successfully fires when it is not contained within an Update Panel. However, if I place the Repeater within an Update Panel, it does not fire and causes some sort of AJAX error. Any ideas on where to start?
Line: 939
Char: 13
Error: Sys.WebForms.PageRequestManagerParserErrorException. The message received from the server could not be parsed.
dch3
Member
447 Points
638 Posts
Repeater ItemCommand Throws Error When Executed Within Update Panel
May 22, 2012 11:58 AM|LINK
I have a repeater whose ItemCommand successfully fires when it is not contained within an Update Panel. However, if I place the Repeater within an Update Panel, it does not fire and causes some sort of AJAX error. Any ideas on where to start?
Line: 939
Char: 13
Error: Sys.WebForms.PageRequestManagerParserErrorException. The message received from the server could not be parsed.