J
jeeji
Hi
I am creating a website that reads some data from a database and
presents it in an asp:treeview control. The tree I create dynamically
using c#, and for the leaf nodes I enable checkbox
(TreeNode::ShowCheckBox = true)
Now my problem is to retrieve the checked information from the tree
with a click of a button.
I have to add that I am quite new to this. However, I have a good
feeling of what is happening. So I believe that teh checked information
is located on the client (web browser). Is it really that difficult to
move (post?) that information to the server, and have the server act
accordingly?
I cannot seem to find that many easy options, unfortunately. If you
give me an answer, could you please be elaborate, since many of the
terms I am not used to yet. But not to say that any answer would be
satisfactory, because I am really in trouble here.
Best regards
Jeeji
I am creating a website that reads some data from a database and
presents it in an asp:treeview control. The tree I create dynamically
using c#, and for the leaf nodes I enable checkbox
(TreeNode::ShowCheckBox = true)
Now my problem is to retrieve the checked information from the tree
with a click of a button.
I have to add that I am quite new to this. However, I have a good
feeling of what is happening. So I believe that teh checked information
is located on the client (web browser). Is it really that difficult to
move (post?) that information to the server, and have the server act
accordingly?
I cannot seem to find that many easy options, unfortunately. If you
give me an answer, could you please be elaborate, since many of the
terms I am not used to yet. But not to say that any answer would be
satisfactory, because I am really in trouble here.
Best regards
Jeeji