I'm a bit of a late comer to using AJAX but I now have a pretty good scenario to take advantage of it.
Here's what I want to accomplish:
I want to have three GridViews side by side. I want a template field in the left GridView and when a user click a button placed in the template field in the left GV, I want the middle GV to be populated. Likewise, when the user clicks a button placed in a template field in the middle GV, I want the right GV to be populated.
Could someone give me some pointers to get this going? Thanks.