Rank: Member Groups: Member
Joined: 9/28/2007 Posts: 20
|
Hi,
With your samples, we could get the nodes of a TreeView object(using eo_GetObject()). However I am unable to find method to clear node of a treeview from client side. Is there any method to clear all nodes of a treeview from client side?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Venkat,
You can modify individual tree node from the client side, you can not add or delete them from the client side. All changes to the tree node hierarchy itself must be done on the server.
Thanks
|
Rank: Member Groups: Member
Joined: 9/28/2007 Posts: 20
|
Hi,
Can I have a conditional partial postback with server side radio button and server side dropdown?
For e.g. If I have 2 server side radio buttons. And on click of each, I have to get the confirmation from user. If user says "Yes", then I have to do partial postback else "no postback". Is this possible?
I did tried with sample page and it works fine when clicked "OK" on window.confirm. But when I click "cancel", it says, "Invalid Postback.....". I am returning false, when selected "Cancel" on window.confirm.
Radion buttons are server side and I have added client side method by writting ".Attributes.Add" on Page_load.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Venkat, It is possible to have conditional partial postback. But you will have to use our client side event handler: http://www.essentialobjects.com/Demo/Default.aspx?path=Callback\_i0\_i4Thanks
|