views:

23

answers:

1

I have a search at the top of the page in ajax and I want to fill a asp.net 2.0 GridView with ajax. How i can do this? Any ideas?

A: 

Can't you just put it in an ASP.Net Ajax UpdatePanel?

Homer