Groups | Blog | Home
all groups > asp.net webcontrols > july 2003 >

asp.net webcontrols : how can i block the refresh of all page when click on a node of treeview?


babbawg NO[at]SPAM tin.it
7/25/2003 1:20:18 AM
Sorry for my english...

I have a treeview web control that add node after click of a node: the
page post back and add new childs node from a db... but the ALL PAGE
REFRESH and i don't like it!!
.... is possible to block the refresh of the page?

....I have to use the client version of the treeview to resolve the
problem and call a page that response xml node?


What do you suggest me?
Alvin Bruney
7/26/2003 11:25:58 PM
if you block the refresh you cannot get data from the server. getting data
on the server implies a postback. if you don't like that you only option is
client scripting.
[quoted text, click to view]

AddThis Social Bookmark Button