I have two webgrid's on my page. There is a checkbox on grid1 and when the user checks or unchecks the box, it updates the table (via SQLDataSource) fine...but when this is done, I want it to then refresh grid2. I already have a WARP around each grid separately...not sure if this is the way to use them correctly though. If I refresh the page manually, it displays exactly as I want it to...but I don't want to have to refresh manually each time. Also, I only want the refresh to grid2 to happen after the update has completed...so just before the updateindicator would disappear.
Can someone please help and explain to me how I can go about doing this?