Search Results

0
votes

ASP.NET TreeView and Selecting the Selected Node

Store what is selected and use code in the Page_Load event handler to compare what is selected to what you have stored. Page_Load is called for every post back even if the selected value doesn't c …