| TreeView behind BASIC authentication problems. (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi People, I'm having a problem with my treeview control when it's placed behind basic authentication. The setup. 09 Localhost (including every application & folder) is running with BASIC enabled, anon disabled, integrated disabled. Place a treeview on the page, and link it to a local XML file for the source. Lets say the file is called data.xml, then the tree view looks like follows. iewc:TreeVie... |
|
| TreeView with frames (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Got a frames.html page with 2 frames: treeView.aspx on the left, and mainView.aspx on the right For the tree, I generate it from a Serialized Typed DataSet with XSLT. The DataSet is just a template with fake UIDs. So how do I have the treeView frame interact with the mainView frame? I can think of 2 different ways: 1) Using postback on the treeView. On the postback, use the NewNode to figure out w... |
|
| XSLT question for treeView, getting non-heirarchical element position (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I am rendering my TreeView from a serialized DataSet, with a structure like this: Root Element SubElement/ SubElement/ /Element Element SubElement/ SubElement selected 3D "true"/ /Element /Root If I do postback, I get the 0.1.1 (0 based) notation from e.NewNode; and on my XSLT transform, I use xsl:number/ with xsl:for each/ to recreate that, so that I can figure out what treeNode was selected when... |
|
| Could not load type Microsoft.Web.UI.WebControls...... (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Copied from [aspngconfig] to [aspngwebcontrols] by Charles M. Carroll charlesmarkcarroll@yahoo.com I get the following error: (my code is below the error) Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. P... |
|
| treeView and authentication problem (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi I use the treeView control, and it works fine until I change authentication methods. I set the aut.mode to basic authentication. After I have done that, I get this error message. (when I change the aut back, it works fine again) (I've tried to change in the xml file, but the same error appears.) There is invalid data at the root level. Line 1, position 1. Description: An unhandled exception occ... |
|
| Generate treeview dynamically from directory structure. (2 replies, VIP) |
| ASPFriends.com 'aspngwebcontrols' list |
| I am currently trying to figure out if there is a way to generate a treeview dynamically based on an existing directory structure. I have a series of folders, subfolders, and files on my IIS server that I want to use to populate a treeview. Can someone please tell me the best approach to take in order to make this happen. Thank you for the help. Jason |
|
| treeview posting back (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| this is probably something very simple but i am having trouble figuring it out. I hope someone can help i have a treeview control on a webform. the autopost back is set to false. some nodes have check boxes. when the check box is clicked it will call to a client side javascript function. when i run this on my machine (the development machine) this all works fine. it does not auto post back and the... |
|
| Problems with TreeView (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngcommunity] to [aspngwebcontrols] by Marcie Jones marciejones@yahoo.com Dear All, using Microsoft.Web.UI.WebControls.TreeView we found the following problem: sometimes, when we browse the treestructure, the control stops i.e. the tree structure doesn't refresh, open and closure events on nodes doesn't work, and the only solution seems to re start the application. This problem happe... |
|
| treeview controle (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngstart] to [aspngwebcontrols] by James Avery javery@deluxeeng.com hi all i am looking for a treeview controle to use in my asp.net pages...is there any inbuilt controle in asp.net...if no is there any third party controles to buy..please help me... thanks siri Do You Yahoo!? Try FREE Yahoo! Mail the world's greatest free email! http://mail.yahoo.com/ |
|
| TreeView child node (6 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| How do I add a child node programmatically in ASP .Net? I am using VB code and have been successful in adding root nodes. I need to add a child node to a root node. Right now I am using: tvwTree.Nodes.Add(oNode) This gives me a root node. I want "Level1" to be my root node and "Level2" to be the child node of "Level1". Can someone please provide some insight. Thanks. |
|
| Returning dataset from web service (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Marcie Jones marciejones@yahoo.com Hi all, I have created a web service that returns dataset. In the web method I am returning valid dataset if records matching a condition are found else returning null. However, even if I return null from the web method at client side I always get a non null DataSet with no tables. What is the best way to chec... |
|
| How to make TreeView work better with more than 1 000 nodes (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi. I am using the TreeView control to show a category tree with all the categories in our content management system. The problem is that our bigger sites use over 1 500, even up to 2 000, categories and this really slows down the TreeView control, especially when you want to show it expanded. In the TreeView control documentation 1 000 nodes is specified as an upper limit for an efficient TreeVie... |
|
| IE TreeView (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Plip phil.winstanley@creations group.com Does anyone know why this doesn't work? TreeView1.TreeNodeSrc "Extranet/structure.xml"; TreeView1.TreeNodeXsltSrc "treenode.xsl"; If I put those paths directly in the iewc:TreeView it works fine.. but declaring them outside of that context doesn't work. Also I can't do this: iewc:TreeView treenodesrc " %... |
|
| TreeView TreeNodeSrc has a different session (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a treePage.aspx page with a TreeView, its TreeNodeSrc points to a treeSrc.aspx page, which renders XML in the TREENODE format. The problem that I am having is that the Session is different for, the treePage.aspx and the treeSrc.aspx page? Both of the pages are in the same WebApplication. My only guess is that is has something to do with the Behavior? I tried doing it in the codebehind of th... |
|
| System.IO.IOException error (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Apologies is this is the wrong list... I have run into a problem while using the IEWebControls in VS.net I have this test statement TreeView1.TreeNodeSrc " TREENODES /TREENODES "; TreeView1.DataBind(); which delivers this message: 'An unhandled exception of type 'System.IO.IOException' occurred in Unknown Module. Additional information: Unable to create a transport connection.' The code does not t... |
|
| IE WebControl:TreeView and Access DB ? (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngdatagridrepeaterdatalist] to [aspngwebcontrols] by Marcie Jones marciejones@yahoo.com Hi there, does anybody have any documentation on how to use a MS Access DB with the TreeView control??? Or the OleDb Class with the TreeView in general??? I found the one using SQL server 2000 but not everybody can make use of that ;). Thx Pierre |
|
| Treeview expandAll/collpaseAll problem (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi, I am trying to create a functionality,where onclick of a button the entire tree (at various expanded to any level) in the page collapses to its default level . Similarly, on click of a button a user may be able to expand the entire tree to its maximum level. The documentation says that there are methods like Treeview.CollapseAll() and TreeView.ExpandAll() for such a functionality. However, on ... |
|
| Error using tabstrip control (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I just downloaded and installed the web controls from Microsoft. I even rebooted but still get the following error. Here's the error: Could not load type Microsoft.Web.UI.WebControls.BasePostBackControl from assembly Microsoft.Web.UI.WebControls, Version 1.0.2.116, Culture neutral, PublicKeyToken 31bf3856ad364e35. Here's the offending code: mytab:TabStrip id "tsVert" runat "server" TargetID "mpVer... |
|
| Error When Dynamically Binding Tree Control to XML from SQL (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, I am getting the following error when trying to bind the Tree Control to XML generated by SQL Server: 'There is invalid data at the root level. Line 1, position 1.' Here is the tree code in the ASPX file: IEWC:TREEVIEW id 3DGeacTree runat 3D"server" IEWC:TREENODE navigateurl 3D"introduction.ht... |
|
| unanswered question(treeview control) (8 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| hi all please help me.... i am using the TreeView WebControls Client Behavior(treeview.htc).when i click on perticular node i want to know the text of that node..ONSELECTEDINDEXCHANGE event is not working first time..which event do i have to use..please help me..i am including code also here..please help me.. HTML XMLNS:mytree HEAD ?IMPORT NAMESPACE "mytree" IMPLEMENTATION "treeview.htc"/ SCRIPT f... |
|