views:

114

answers:

0

I'm having trouble getting the DetailsView control to perform update event when placed inside UserControl that is in turn loaded by LoadControl. That same UserControl(with DetailsView) works flawlessly when embedded in a page the standard way(or if i copy/paste the master-detail setup to the page directly).

There are two locations where LoadControl is called, one is in the Page_Load method(tried both !IsPostBack and IsPostBack), and the other is in TreeView_SelectedNodeChanged.

Any thoughts(I'm a bit after schedule on this)?