| tree view (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| In window form there is a treeview component. how can I use it in web form ? Lior Malka Tel. 972 3 5014123 Bezeq R&D Fax 972 3 5014121 liorm@bezeq.co.il Mobile 972 51 655103 |
|
| treeview permission problems (5 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hello I am having the "There is invalid data at the root level. Line 1, position 1." Error when I try to pull my nodes from an XML file. I have given the ASPNET User full control over the root and the file and still no luck. Has anyone figure this one out? Below is a link to a similar incident. http://www.dotnet247.com/247reference/msgs/14/74277.aspx http://www.dotnet247.com/247reference/msgs/14/7... |
|
| treeview font (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| how can i chage the font color and size of treeview nodes. i cant seem to figure this out. i am sure it is simple and i am just missing something easy. thanks in advance dan |
|
| tree (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngibuyspy] to [aspngwebcontrols] by Yannick Smits dotnet@stepcompany.com Hi, is there some working tree control for IBuySpy? I have problem with tree control from MS, I think because it's inherited from different control. Problem is in server events, when I set autopostback to true and want to set session variable on SelectedIndexChange, this part of code does not work (probably bec... |
|
| asp:Button (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngstart] to [aspngwebcontrols] by Ken Schaefer ken@adOpenStatic.com Hi all, Is there a way to assign a default attribute to an asp:Button? I have a page with several buttons and I need a specific button to be the default. I can't seem to find anything about this in the documentation. Any help will be appreciated. Thanks, AG |
|
| Treenode add (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi, I wonder if anyone can help me with how to add nodes programmatically? I have got this code: Dim tvTreeNode As TreeNode 3D New TreeNode() tvTreeNode.Text 3D "Top number 1" TreeView1.Nodes.Add(tvTreeNode) This will perfectly fine write out one node. But how do I add child nodes to this one? 20 Many thanks for any help. / ************************************************************** Jonathan Hj... |
|
| Treeview/Treenode's ID attribute (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I get a Parse Error: "##" is an invalid identifier when I try to set the ID attribute of a treenode. I use numbers (##) that are unique in the tree, but still get this error. I am setting this attribute using the WriteAttributeString of an XMLTextWriter object. For example: writer.WriteAttributeString("ID","5"); Parser Error Message: '5' is not a valid identifier. writer.WriteAttributeString("ID",... |
|
| SelectedIndexChanged Event (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| The selectedindexchangedevent is not firing off on my treeview control. I have autopostback set to true and the OnselectedIndexChanged event set to a function (method of a class). Does anyone have any idea why it's not firing off? |
|
| SV: TreeNodeSrc (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Check that the xmltree part starts with TREENODES all uppercase... Oprindelig meddelelse Fra: SNegussie@aol.com [mailto:SNegussie@aol.com] Sendt: 30. juni 2002 00:48 Til: aspngwebcontrols Emne: [aspngwebcontrols] TreeNodeSrc I get "[XmlException: There is invalid data at the root level. Line 1, position 1.]" when I set the TreeNodeSrc attribute of a treeview control to a file that generates the XM... |
|