Reputation: 1621
I have a page with events included in update panel, others not included in the update panel. I want to prevent repost action in the page. whats the best way to do that with handling partail and full postback ?
Upvotes: -1
Views: 67
Reputation: 2621
Try using UpdatePanel Triggers:
http://www.asp.net/web-forms/overview/older-versions-getting-started/aspnet-ajax/understanding-asp-net-ajax-updatepanel-triggers
Upvotes: 0