logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

JBrooks
#1 Posted : Sunday, July 12, 2009 2:40:24 PM(UTC)
JBrooks

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
StevenBaker
#2 Posted : Saturday, May 27, 2023 9:09:41 AM(UTC)
StevenBaker

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.
Users browsing this topic
Guest (2)
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.

Powered by YAF 1.9.6.1 | YAF © 2003-2023, Yet Another Forum.NET
This page was generated in 0.051 seconds.