I'm generating the Div
's dynamically on the RadPanelBar
using jquery
. On the page load it works fine. However, if I collapse and expand the RadPanelBar
the generated div
s are disappears from it.
This is how I'm registering the script:
ClientScript.RegisterStartupScript(this.GetType(), "GetLayout", "GetLayout('" + j + "');", true);
where j
is a array of parameters to draw div
.
Could some on please advice on it?