I inherited a web site with a number of update panels
I added a RadWindow not in any of the update panels but containing an update panel
the page adds one or more user controls to the page as part of the initial page load
opening the radwindow removes these
I got around it with a kluge in the page load
is there a better way?
I added a RadWindow not in any of the update panels but containing an update panel
the page adds one or more user controls to the page as part of the initial page load
opening the radwindow removes these
I got around it with a kluge in the page load
If Me.IsPostBack Then If rwLumpSum.Visible Then ' postback from opening the RadWindow ws = New CommonFunctions("Orders") BuildStoresfromChain(ws) End If GoTo AttributesEnd Ifis there a better way?