Sunday, March 11, 2012

2 GridView with posting

Hi Shane,

Yes, that's how triggers work. The entire target control is registered as causing async postbacks. There's no good way to detect on the client which server-side event would have been raised for a given click, so we do it in an all-or-none fashion. Placing it inside an UpdatePanel is the way to go.

Thanks,

Eilon

No comments:

Post a Comment