PDA

View Full Version : server-side databinding is possible using yui tree???



Julie81
17 Jan 2007, 5:02 PM
Hi,

I'm newbie to yui-extension.
I'm now trying to add drag and drop feature in treeview.
Currently i'm using VS 2005 MS treeview..but with no success as of now :(
I found some cool links that supports drag and drop using yui-treeview.
Itz pretty cool!
So I was thinking that whether I should use yui-treeview or not.
But one issue is I've to bind data at server-side at runtime.
Does yui-treeview support to bind data at serverside code?
Or itz juz client-side treeview???
Any help or suggestion is very much appreciated!

tryanDLS
17 Jan 2007, 5:37 PM
All yui-ext components (and yui for that matter) are strictly client-side. You must pass the data from server and bind it on the client.

brian.moeskau
17 Jan 2007, 9:41 PM
If you are stuck doing data binding from .NET, you probably won't have much luck with any client-side javascript library (not just yui-ext). For that, your choices are pretty much either Ajax.net (Atlas) or one of the commerical .NET Ajax component libraries (Telerik, Infragistics, ComponentSource, etc.)

For a more detailed discussion of the issues with ASP.NET and client js libraries see this thread: http://www.yui-ext.com/forum/viewtopic.php?t=2092

There are several other related threads if you search on "asp.net"