.NETGURU
ASPFriends.com 'aspngwebcontrols' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    Treeview control/ dynamic data binding problem (8 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I'm stuck on getting the Treeview control to bind with dynamically generated data from SQL Server. I've run out of ideas. I would appreciate any help. John I get the error: There is invalid data at the root level. Line 1, position 1. 20 Here is a code snippet: form id 3D"Form1" method 3D"post" runat 3D"server" mytree:treeview id 3D"Treeview1" runat 3D"server" TreeNodeSrc 3D"http://eosdwdev/ods?sql...
    TabControl Hiding Tabs (4 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Did anyone figure out how to hide tabs on the MS tab control?
    Is there a tab control (not the IE WebControl) that encapsulates a basic "ASP-style" tabstrip (12 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Firstly, I've played around with the IE webcontrols tabstrip. It's really not that easy to use. What I'm interested in is if there is an existing custom control (preferably so I can see it at design time) that has easily configurable client side roll overs (image swapping), and easy tab style, image configuration. I'm looking for something that would easily be configurable by a GUI developer (whic...
    Smartnav / IE Webcontrols BUG (4 replies, VIP)
    ASPFriends.com 'aspngwebcontrols' list
    I'm pretty confident this is a bug in ASP.NET which affects pages or user controls that use the IE Web Controls. A number of pages that were written some time ago have been displaying some worryingly strange behaviour in the past few days. Pages that contained the tabstrip/multipage controls would completely crash IE the error being tracked to MSHTML.dll. This would happen on a range of browsers a...
    STILL NOT ANSWERED: webctrl_client directory (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Is there a setting to change where the webctrl client directory exists. I would prefer not to have the directory in the root of my website. How do I change this? TIA Seth Berger sberger@estco.net
    Does anyone have an idea of how the gotdotnet menu was implemented? (2 replies, VIP)
    ASPFriends.com 'aspngwebcontrols' list
    The menu on the left has great functionality. http://www.gotdotnet.com/
    Treeview control and scrolling (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I have a treeview control and I want it to display a vertical and horizontal scroll bar when the information on it does not fit the display region. I've set the height and width of the treeview and placed in a panel. When it displays info that does not fit in the specified width and height it does not show scrollbars but instead information is displayed beyond the display region and I have to use ...
    SelectedIndexChange in tabstrip - Clientside? (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I'm trying to show/hide some multipage views by using the onselectedindexchange event handler, but nothing seems to fire at all. Is there a secret to this that I should know about, or is these controls strictly client side or is it downright impossible to achieve with these controls? Regards/Halsningar Andre Colbiornsen Sonnenburg Communications Bergsgatan 3, SE 211 54 Malm F6 Sweden Tel.: 46 (0)4...
    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...
    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...
    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...
    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...
    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
    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 ...
    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?
    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
    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 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....
    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?
    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...
    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?
    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",...
    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...
    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
    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...
    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
    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.dot-net-guru.com/247reference/msgs/14/74277.aspx http://www.dot-net-guru.com/247reference/msgs/14/7...
    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
    James Avery - problem on your treeview article? (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    MessageHey James, I went through your article on the treeview control, very well explained and a great article. Only problem is, when I got to the second part of your article, when you set the treenodesrc to "yourpage.xml" it gives me the following error... There is invalid data at the root level. Line 1, position 1. Description: An unhandled exception occurred during the execution of the current ...
    whats so good about ASP.NET Treeview? (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I'm developing a web based email client, and I need the users folder tree (as in Outlook) to be pretty easily customisable. The folders will come from a database, and of course, if the user changes the order or the folders, it would need to save this to my database. Is the ASP.NET treeview control the right tool for the job here, or will I be better off using a different JavaScript treeview contro...
    Events with Multipage/Tabstrip Control (5 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I am using the "target" attribute in some of my links (within a TreeView control and within a separate DataGrid control) to open up links in an IFRAME in my Multipage/Tabstrip Controls. I have two Multipage/Tabstrips set up. One I call "grid", and it has four tabs, "List" (this is a DataGrid), "Search", "Select" and "Help". The other I call "main", which is used for main displays of details and ot...
    Dynamic generation of the TreeNodeSrc in the Expand event (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hello, I need to implement immense item hierarchy with TreeView. So I need TreeView to be built like a MSDN TOC sample (each Expand event generates xml nodes source only for expanded node, not for all TreeView) So, does a nice way to do it exist? I see that TreeViewClickEventArgs class does not have a reference to the TreeNode that caused Expand event, so I cannot set dynamically TreeNodeSrc only ...
    Treeveiw Control (10 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Can a treeview web control be bound to a dataset or a datareader object? If so, how? S
    Installing WebControls assembly (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hello, I've installed webcontrols assembly (Microsoft.Web.UI.WebControls.dll) with gacutil tool. It was installed successfully, but, nevertheless, I do not see it in the "Add Reference" dialog box. I've previously installed them on another machine with microsoft installer, and everything was fine, but I need to write my own installer for web app, so this way does not suit me. Anything wrong? Thanx...
    TabStrip render multiple lines of tabs (2 replies, VIP)
    ASPFriends.com 'aspngwebcontrols' list
    Hi Has anyone managed to get a TabStrip to render multiple lines of tabs? We are text based tabs and dont want the strip to disappear off the edge of the screen. Any suggestions or workarounds would be appreciated. Thanks! Mark
    Speaking of TreeView (8 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I need to duplicate the functionality in Microsoft "deeptree" control, found at the MSDN Library home page. This control loads child node information from XML files at load time. Does anyone know how I can do this, possibly using the Microsoft.UI.WebControls TreeView control? I know it uses DHTML behaviors that can be manipulated client side, but I can't find any docs. Thanks in advance. Robert St...
    Saving/serializing treeView control into ViewState (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Moved from [aspngfreeforall] to [aspngwebcontrols] by Tony Stark IronMan@aspelite.com Moved from [aspngdatagridrepeaterdatalist] to [aspngfreeforall] by Tony Stark IronMan@aspelite.com Hi, I have created a user control (ascx) which has a 'treeview' control inside of it and I want to save the state of this treeview into ViewState. Some background information: This control is embedded in an aspx fil...
    treeview control in asp.net (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hi , I am using treeview control in my .aspx control. I did it as given in microsoft documentation. Initially it gives problem that "Microsoft.Web.UI.Webcontrols" assembly couldn't be found. Then i downloaded the installer from microsoft site and then verything starts working fine. Then i toughtt of wrapping my customized treeview in user control.I copied the code in user control and then tried to...
    SV: How to declare Tab and Multipage in Code Behind (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Don't know if this has anything to do with your problem, but after the release of ver. 1.0 of the IE Webcontrols, they had to be referenced with the full credentials in the page directive. Like so: %@ register TagPrefix "IE" Namespace "Microsoft.Web.UI.WebControls" Assembly "Microsoft.Web.UI.WebControls, Version 1.0.2.116, Culture neutral, PublicKeyToken 31bf3856ad364e35" % Maybe you will have to ...
    Poor TreeView Performance Problems (6 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I have a TreeView configured to dynamically build up as people click to expand nodes. The TreeView code is as follows: iewc:treeview id "TreeView1" runat "server" treenodesrc "http://www.charityskills.org/TreeView/buildtree.aspx" autopostback "True" / The buildtree.aspx returns the treenode data in XML format which you can see for yourself. The problems I have are as follows: 1. Is there any way t...
    Styling Tutorials? for TreeView (4 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hi all, I'm looking for any documentation or tutorials on how to style the TreeView WebControl. any help appriciated :) Pierre
    AW: RE: Bizarre TreeView Control Error (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    hey scott, i'm doing it the same way like you: streaming the XML code directly to the treeview using an aspx file. please ensure that u only write the XML code via the HttpResponse object of ASP.NET out of ur aspx page. there mustn't be any other header or html tags in the Output stream. perhaps this will solve ur problem! greetinx from germany markus Ursprungliche Nachricht Von: Scott Sargent [ma...
    Bizarre TreeView Control Error (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Copied from [aspngxml] to [aspngwebcontrols] by devin devinr@drone interactive.com I'm getting this error when trying to use the MS IE Treeview controls. Has anyone seen it before? I can post the code if needed but Quote doesn't appear anywhere near my xml or xsl that powers the treeview control. I'm using a page thats got the asp:xml control on it to transform the xml to the treeview schema. Serv...
    Question concerning TreeView / Expand Nodes (4 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hi, i got the following question: I am using TreeView to display all departments and employees of our company. When an employee logs on to our intranet, the tree should expand exactly to the employees node and select it automatically. Example for employee Markus: Company Name Department 1 Department 2 Department 3 Markus selected node Department 4 .... the only way i see to solve this problem is t...
    How can I start an ASP page in an iframe by clicking a toolbar button (WebControl Toolbar). (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hi, friends, Hi, friends, I tried to start an ASP page in an iframe by clicking a toolbar button (WebControl Toolbar). But I couldn't find any information from MSDN regarding to this issue. If you use tree view webcontrol, you can use NAVIGATEURL and TARGET to start the new page in the target frame. But toolbar button only give you a method OnButtonClick that allows you call the event handler. My ...
    Mark a selected TabStrip tab programatically (2 replies)
    ASPFriends.com 'aspngwebcontrols' list
    html font face "Arial, Helvetica" color "#0000FF" Hi All, br I have a TabStrip control defined at design time. When I select a certain tab I am redirecting the user to the proper page. Following is a snippet of my code behind file: br br Private /font font face "Arial, Helvetica" /font font face "Arial, Helvetica" color "#0000FF" Sub /font font face "Arial, Helvetica" TabStrip1 SelectedIndexChange...
    Problem with tabstrip (6 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Hello all, I've got the tabstrip control in conjunction with the multipage control working on one site. At another site, on the same server the tabstrip control doesn't seem to work. it shows the tab text but not the tabs, and has no functionality to it. The multipage does not work proper either. The formatting is correct, but shows all pages one after the other. It seems to be ignoring the contro...
    treeview SelectExpand attribute (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I set the treeview SelectExpand to true but it doesn't seem to expand the node when I click on the node text. Only expands when hitting the sign. Live demo at: http://pkweb.pstngw s.tudelft.nl/PortalVSCS/DesktopDefault.aspx?tabindex 8&tabid 17 Thanks, Yannick Smits
    How to catch Toolbar- ToolbarDropDownList element selected event? (3 replies)
    ASPFriends.com 'aspngwebcontrols' list
    Dear friends, I couldn't find any maerial about how to catch Toolbar ToolbarDropDownList element selected event. Anyone can tell me if Microsoft Internet Explorer Toolbar WebControls catch DropDownList element selected event or not? If yes, how? Thanks. Xiaoning Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http:/...
    Treeview and TreeNodeSrc Path problems (13 replies)
    ASPFriends.com 'aspngwebcontrols' list
    I have been following the notes provided by the IE Team for creating a dynamic treeview quoted below and have hit a problem. When I run the code I get the error There is invalid data at the root level. Line 1, position 1. If I take the xml and save it as a file and then set the TreeNodeSrc to the xml file using something like "http://www.domain.com/menu.xml" or even "/menu.xml" I still get the err...
    Visit the archive for messages from this site.
  • May 2001 (5 items)
  • June 2001 (3 items)
  • July 2001 (4 items)
  • August 2001 (4 items)
  • September 2001 (4 items)
  • October 2001 (45 items)
  • November 2001 (14 items)
  • December 2001 (10 items)
  • January 2002 (28 items)
  • February 2002 (30 items)
  • March 2002 (20 items)
  • April 2002 (17 items)
  • May 2002 (18 items)
  • June 2002 (9 items)
  • July 2002 (11 items)
  • August 2002 (7 items)
  • August 2004 (1 item)
    Ad


    Need Dot Net Interview Questions?
    Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
    .Net Projects
    Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
    Free .net Help
    Commission ExamGuru, Inc. and his team for your next bespoke software project
    FogBUGZ
    The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
    Awesome Tools
    If you don't know about these, you're missing out... IT Certification Questions
    IT Interview Questions
    Free Oracle 10g Training
    MCSE Boortcamp
    Cisco Study Guides
    Cheap Study Guides
    Exact Questions
    Dot Net Interview Questions
    Oracle OCP
    Cheap Travel
    Designer Perfumes - Wholesale Prices
    Free Programming Tutorials
     
    ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
     Copyright © ExamGuru, Inc. 2001-2006
    Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification