I have 2 usercontrols, usercontrol1 have treeview and usercontrol2 have textbox1 when i click on perticular node on usercontrol1 treeview i am getting node value in public variable in usercontrol2 but i am not able to update/populate that value in textbox1 of usercontrol2
Can you help me to send some code, how i can populate data in textbox1 in userControl2
Thanks