Click to See Complete Forum and Search --> : Treeview


Rohit Kukreti
June 30th, 2008, 03:29 AM
Hi,

I want to incorporate Paging in my treeview control. Any pointers howz it done?
Also, I'm using ASP.Net 2.0 treeview control.

Thanks,
Rohit

egawtry
June 30th, 2008, 10:44 AM
Look at the GetItemData callback members. That will load data as you need it. You can "page" that data that way.

-Erik