473,395 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Treeview data saving?

sivisr
17
hi
i am using treeview in my project,how to save the data's in treeview and get back to treeview,
because in the run time i will enter the data in tree view.
Feb 6 '07 #1
7 1176
kenobewan
4,871 Expert 4TB
One way may be to use a database, this article explains how:
TreeView
Feb 6 '07 #2
sivisr
17
please give me some idea about that because now on;y i am learning ASP.Net ,tell me on VB.Net
Feb 19 '07 #3
kenobewan
4,871 Expert 4TB
Please post your code and state what problem that you are having. If you need to learn to get started, find a good book or course. The experts on this site cannot do your project for you...
Feb 19 '07 #4
ashmc44
12
For i = 0 To trvLinks.Nodes.Count - 1
For j = 0 To trvLinks.Nodes(i).Nodes.Count - 1
tNode = trvLinks.Nodes(i).Nodes(j)
If tNode.Checked = True Then
'write data to database with twocoloun
End If
Next
Next

his might hgelp u get the idea
Feb 19 '07 #5
raj007
4
For i = 0 To lvUserRights.Items.Count - 1
If lvUserRights.Items(i).Checked = True Then
strQuery = ""
Else
strQuery = ""
End If
ObjConn.ExecuteSQL(strQuery)
Next

it will work.
Feb 19 '07 #6
sivisr
17
Please post your code and state what problem that you are having. If you need to learn to get started, find a good book or course. The experts on this site cannot do your project for you...
i didnt ask any body to do mt projrct, i dont know how to get it
Feb 26 '07 #7
sivisr
17
thanks ashmc44,raj007 and kenobewan for all of u r's reply
thanks once again
Feb 26 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Mike | last post by:
hi everyone! i'm searching for a tutorial or an example for how to fill a treeview with information from my ms sql database. i've found some on "code project" and other sites, but nothing like a...
2
by: Srinivasa Raghavan | last post by:
Hi I am using ASP Tree View Control to display data in hiearchy fashion.I am having a checkbox next to the TreeView Node.When user checks or unchecks the nodes and click a button i am putting...
1
by: garyusenet | last post by:
Hi All, I'm eagerly anticipating what you have to say on something that's stumped me over the weekend. I'm writing a small application which utilises a treeview control. I've figured out how to...
1
by: Christian Rühl | last post by:
hey! what i wanna do sounds very simple at first, but it turned out to be a real bone crusher... i want to check if a treeView node is checked and if a correspondent node in my xml config file...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.