Digital Tools
»
GridViewTree
»
Using
»
Debugging the GridViewTree
Rank: Administration
Groups: Administration
Joined: 8/28/2007(UTC) Posts: 37
|
We now expose the internal DataTable called TreeTable and the internal DataView called dvTree. So to debug I can bind these to a simple GridView. For example if I had the GridViewTree called gvtFiles and wanted to debug it, I could add a GridView to my page, name it gvDebug and bind it like so:
this.gvDebug.DataSource = gvtFiles.dvTree; this.gvDebug.DataBind();
or using the table this.gvDebug.DataSource = gvtFiles.TreeTable; this.gvDebug.DataBind(); Jim
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 5/27/2023(UTC) Posts: 1
|
Several weeks ago, I told the bestpaperwritingservicereviews.com representatives that it is the best online platform I have ever come across. Believe it or not, but that is the most useful and educational platform for a college student.
|
|
|
|
Digital Tools
»
GridViewTree
»
Using
»
Debugging the GridViewTree
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.