Click here to Skip to main content
15,906,296 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello sir,
i am a fresher in software company and have to make a treeview.data will be populate from database.till here i have done.now my requirement is i am providing user to create his own node as a folder inside any selectednode.i have a textbox and a ok button after clicking on ok button i am saving it into table but at the same time it is not displaying in treeview.after postback it displays but i don't want postback.my treeview is inside a updatepannel.please help me.

thanks in advance...........
Posted

.my treeview is inside a updatepannel.
Ok. But is the 'ok' button inside update panel? Or if 'ok' button is outside the update panel, is it set as an Async trigger for the update panel to partial refresh?

I guess, doing either will resolve your issue.

If needed, related links:
UpdatePanel Control Overview[^]
MSDN: AsyncPostBackTrigger Class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900