Really? Can you generate WebResouce.axd output on the fly? I think no. We can create a custom HTTP handler to generate script on the fly, but we do not really want to force users to change their web.config in order to make treeview working.
OK.
Information is really necessary in case that one need server-side treeview structure reflect client-side changes.
okay, it looks like we need make changes to FTV to disable ApplyStateLog when EnableViewState is set to false.
This change would not take much time. But just to make sure, do you really need a stateless treeview?
Yes I need it, because page size is reduced substantially.
I have page with only treeview, add 100 simple items to it, rendered page size = 140K. It is too much for only treeview. When I turn off viewstate page size becomes 90K (not so good, but 50K lighter)
Please let me know when this update will be available?