asp.net - Override TreeNode in databound TreeView? -


i know if subclass treenode can add nodes collection within treeview. treeview working on @ moment databound, there way tell treeview type nodes should be?

thnaks,

joe

figured out. subclass treeview , override createnode method.

public class permissionstreeview : treeview {     protected override treenode createnode()     {         return new permissionstreenode();     } } 

Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

java - Creating a room by reading from a file (for a game) -

javascript - return highlighted cells to php -