O
oaksong
I have an embedded user control based on TreeView that I would like to
refresh dynamically.
The control is in a <div > that's hidden until a specific selection
has been made. Unfortunately the control has already been populated by
the time the user makes the selection, with all of it's info buried in
the State.
I've done quite a bit of research at this point and I'm not finding
this specific functionality. I'm not looking to refresh a couple
nodes, I need to replace the entire tree.
I've looked at controls.add, but that fails with the well known
"Controls collection cannot be modified <%...%>" error.
The page has several UC's which have the standard <%@ reference at the
top of the page. I'm guessing that this is what's causing the problem
as there are no <%='s anywhere.
If someone could point me in a good direction I would much appreciate
it. I've already spent a day on this and it seems like something that
would be rather common place.
tia
Chris
refresh dynamically.
The control is in a <div > that's hidden until a specific selection
has been made. Unfortunately the control has already been populated by
the time the user makes the selection, with all of it's info buried in
the State.
I've done quite a bit of research at this point and I'm not finding
this specific functionality. I'm not looking to refresh a couple
nodes, I need to replace the entire tree.
I've looked at controls.add, but that fails with the well known
"Controls collection cannot be modified <%...%>" error.
The page has several UC's which have the standard <%@ reference at the
top of the page. I'm guessing that this is what's causing the problem
as there are no <%='s anywhere.
If someone could point me in a good direction I would much appreciate
it. I've already spent a day on this and it seems like something that
would be rather common place.
tia
Chris