| Multipage display quirks (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a multipage control being used in conjunction with a tab control. The multipage has a single usercontrol inserted in it. The usercontrol has a panel control. Where the panel control is displayed the left and right border for the multipage disappears. Also border colors don't show up in Netscape 4. Any ideas on fixes/work arounds? |
|
| Treeview dynamic (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi, I am lost now. I really would like to make a tree view for a discussion forum. I can't get it to work. I want to add the nodes dynamically from my code behind. I can get it down one level but I can't figure out how to append nodes down in the tree. Any help is greatly welcome! I have tried looping through with this (I get my records from a Data Reader): Dim xx As TreeNode 3D New TreeNode() xx.... |
|
| TreeView (12 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I need comlicated examples of MS Treeview control. The examples MS gives are pretty simple. I'm trying to bind my treeview to dataview and I want to do a second pass on it and modify child nodes. 20 thanks 20 20 This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure unde... |
|
| Treeview from database (5 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Anyone have examples on how to pull a treeview from a database, with the database containing the parent and child node ID's? Thanks Greg |
|
| TreeNodeSrc (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| 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 XML needed to build the tree. Any ideas? |
|
| AW: Tabstrip Javascript Errors (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| hi michael, this is just a thought: i got the same behaviour when i missed to insert the webcontrol into a valid form runat server tag... greetinx from germany, markus Ursprüngliche Nachricht Von: Michael Wells [mailto:mwells@practicaldesign.com] Gesendet: Mittwoch, 10. Juli 2002 01:24 An: aspngwebcontrols Betreff: [aspngwebcontrols] Tabstrip Javascript Errors OK, I'm completely befuddled. I have ... |
|
| Using TabStrip control for showing multiple web forms.... (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| All, I want to use a tabstrip control to show multiple web forms but I can't put controls inside of controls so I need to determine a method for changing pages/forms from the tabstrip. I thought about using an iframe and just changing the source as the user clicks on certain actions inside the multipage, is this the best way to do this? Thanks All, Tom |
|
| TreeView Selected Index (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi All, I'm using the TreeView control and my requirement is to capture the click event... I was trying to use the SelectedIndexChange event but somehow it does not shoe me anything. Then I went and made my AutoPostBack to True... So, my control goes into this event but then entire page is reloaded. What I need is based on the node clicked by the user I want to capture the Text and Id values of th... |
|
| Treeview and Firewall (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I'm using Microsoft's IE Treeview Control. I set the TreeNodeSrc property to an aspx file that generates the XML to bind to the treeveiw control. Here is what I have in my code: trvwText.TreeNodeSrc "test.aspx"; trvwText.DataBind(); The treeview works fine when it's on our development server. When it's deployed on the production server which is behind a firewall, the treeview dos not work (display... |
|
| Hi friends (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngcontrolsvb] to [aspngwebcontrols] by Marcie Jones marciejones@yahoo.com Copied from [aspngvb] to [aspngcontrolsvb] by Tim Musschoot Tim.musschoot@rug.ac.be Hi all, How do implement treeview control in VB.NET or ASP.NET? My requirement is like, I have everything(data's) in recordset just i wanted to display the data's in treeview format. Once data's are in treeview then,if double c... |
|
| Please help me! (5 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Please help me!!! I'm just trying to learn XSLT. I want to use XSLT to transform my XML data to be able to use the IE Treeview webcontrol. What I've done is that: 1 Transformed my dataset into XML with the command WriteXML ("filename", XmlWriteMode.IgnoreSchema) 2 the result was that: ?xml version "1.0" standalone "yes" ? DSAdress xmlns "http://www.tempuri.org/DSAdress.xsd" TableAdress id 1 /id ad... |
|