Hi
I need to have a gridview inside a ajax update Panel. Need to populate the data in the gridview in asyncpostback upon a button click which is also in the update panel. Now after the data is populated ,i don't see the data in the view source of the Page,so if there is any event click like a datapicker on the data of the rows in gridview,it fails as the data itself is not there.
The same works if i do full postback. Please help me how to solve this with an example.
Abhishek