Viewstate, nested datalists

  • Thread starter Thread starter Heron
  • Start date Start date
H

Heron

Hi,

I have 2 usercontrols (A and B) which both contain a datalist. Usercontrol B
is nested inside the SelectedItemTemplate of Usercontrol B's datalist and
both use a viewstate to save there state.
The viewstate in usercontrol A works but it seems like the viewstate in B is
not loaded on postback, so anyone know how to solve this?
 
Correction ;)

Usercontrol B is nested inside the SelectedItemTemplate of Usercontrol A's
datalist and
both use a viewstate to save there state.
 
Back
Top