Search Results

0
votes

Update Panel inside of a UserControl inside of a Repeater inside of another UpdatePanel

If you set the UpdateMode property to Conditional (default is Always) on both UpdatePanels it should stop the outer UpdatePanel triggering when only the usercontrols updatepanel should have refresh …