On an ASP.NET page with WebThumbnailviewer and WebAnnotationViewer, I load a one-page document. When I create an annotation , it does not update the thumbnailviewer.
I load a 4 page document and create an annotation on first page it does not appear in the thumbnailviewer. I navigate to next page and create an annotation and it updates the thumbnail viewer correctly. If I now navigate back to page 1 and create an annotation it will show up in the thumbnail viewer.
I am using the same code as provided in the Developer's guide to create annotations.
Please help.