The datatable contain 1800 rows and databinding is taking 7sec on localhost. Is there any way to optimize this code?
hierarchicalData = NineRays.WebControls.FlyTreeView.ConvertTabularDataToHierarchical(dataset, "TableName", "NodeID", "OwnerID")
' Bind the treeview
TV.DataSource = hierarchicalData
TV.DataBind()