Hi,
I have a update panel with a gridview inside. The gridview works fine when it loads from the start (if i look at the "view source" all data is there), but when a postback is done on that updatepanel and click "view source" again the other data i fetched was not there. It still has the old data.
But if i refreshes the whole page, i'm getting it all. Any thoughts on this?
Thanks