TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shanmugam Gk
NA
13
74.7k
How to bind the values to gridview?
Dec 15 2010 7:12 AM
This is my code.......
NodeEnumerator myEnumerator = new NodeEnumerator(this.UltraWebTree1);
string s = string.Empty;
string s1 = string.Empty;
while (myEnumerator.MoveNext())
{
s += myEnumerator.Current.Text + ": Level: "
+ myEnumerator.Current.Level.ToString() + "<br>" + myEnumerator.Current.TargetUrl + "<br>" ;
Response.Write(s);
}
I am getting values from ultrawebtree and shows the values in aspx page....but i want to show the values in gridview...please give me the source code.....
Reply
Answers (
3
)
how to make the details save when adding them to the forum on c#
On scroll panel.backgroundimage leaves broken/trail leaving image