Chapter 12 Displaying and Updating Data
When working with Genres.aspx and Reviews.aspx pages I found, that after wrapping content block inside an Ajax UpdatePanel we are not able to make any GridView changes (Edit Columns link from Smart tag) in Design View - they are not refreshed in Source view and gone after we close the page and open again.
(This problem occurred either I working in separate Design View or Split View mode).
So if after wrapping content block inside an Ajax UpdatePanel we need to make any changes in Gridview, we need to commented out Update Panel with ContentTemplate statements, make required changes in GridView, than uncommented Update panel again.
(May be it is bug in ASP.NET 3.5).
|