in my asp.net treeview if i click one parent node then it should be extended if i click again on that node it should be collapsed in treeview…
is any javascript availabe for this? or any code in selected node changed?
in my asp.net treeview if i click one parent node then it should be
Share
There’s some information here about enabling the expand/collapse on the client. See the Enabling Client Script section.
Basically you need to set
EnableClientScriptto true for the control.Or