hello,
i have 3 Tree views like t1 t2 t3 .All are fill up from database on page load.
i click on t1 node it show appropriate data
after than i click on t2 node it show appropriate data correctly
and last again i click on t3 node it show appropriate data correctly
but when i again return to click on t1 or click on t2 node it shows data of t3 nodes
what should i do pls any one help me
i used if (!IsPostBack) on pageload
i have 3 Tree views like t1 t2 t3 .All are fill up from database on page load.
i click on t1 node it show appropriate data
after than i click on t2 node it show appropriate data correctly
and last again i click on t3 node it show appropriate data correctly
but when i again return to click on t1 or click on t2 node it shows data of t3 nodes
what should i do pls any one help me
i used if (!IsPostBack) on pageload
Comment