Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要大量 ViewState 的大型 TreeView。我可以在加载时轻松刷新树视图,但是如果我单击树中的节点,则不会触发 onselectednode_changed 事件,因为当浏览器执行回发时树为空。有什么办法可以让 onselected 事件触发吗?
注意 100% 确定树视图可以在没有视图状态的情况下工作。非常明确的是,如果您关闭了视图状态,则需要在每次回发时重新渲染它。不检查 IsPostBack 并跳过该步骤。
-一个