ASPFriends.com 'aspngwebcontrols' list Archive - April 2002
Messages
Page: 1
Need to create Web based File System based on my Database (2 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi, I would like to create Web based File System, based on my Database using TreeView control of dot net. Here it is my Database. Folderid Projectid FolderName ParentID 0 1 Extranet 0 1 1 Personal 0 2 1 MyDocuments 1 3 1 Images 1 4 1 Files 0 5 1 MyFiles 4 6 1 MyFiles2 4 7 1 MyImages 3 8 1 MyImages2 3 The folder can contain sub folders and subfolder may contain folders and so on. Can anyone help me...
Tree XML problem (12 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi there, I have a aspx page which filters a access DB and builds then a string which is my XML for the treeview control. I use Response.Write to write the xml to the page, but this don't work connected to the tree only on its own. How can I write my String (which is in a String variable) to the Response.OutputStream ??? Pierre
IE webcontrols (2 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi, I have installed .NET 1.0 and IE webcontrols on my machine. When I make webform with the standaard deliverd calender control the control works perfectly. But when I use the treeview control (and fill in some nodes) or the tabstrip, multipage and pageview combination I only see the HTML text. For example: I use the sample code to create a tabstrip with 3 tabs and a multpage with 3 pageviews. Wh...
Problem with multipage hosting a datagrid (2 replies)
ASPFriends.com 'aspngwebcontrols' list
I have three multipage elements on my page right now, one of which has a datagrid in it. The second multipage never spits out its /MPNS:PageView tag and the last one spits out its markup before the datagrid is finished with its output. Does anyone have any ideas what may be going on? 20 Thanks, 20 Ingram Barclay
Recursive funtion or generate XML (3 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi, Can any one tell me how i can create recursive funtion or generate XML for this table to display in TreeView control. Folderid Projectid FolderName ParentID 0 1 Extranet 0 1 1 Personal 0 2 1 MyDocuments 1 3 1 Images 1 4 1 Files 0 5 1 MyFiles 4 6 1 MyFiles2 4 7 1 MyImages 3 8 1 MyImages2 3 Thanks, Murad.
IE web control trouble (3 replies)
ASPFriends.com 'aspngwebcontrols' list
ERROR: File or assembly name Microsoft.Web.UI.WebControls, or one of its dependencies, was not found. I added the assembly to references as well. And of course in aspx: %@ register TagPrefix "mymultipage" Namespace "Microsoft.Web.UI.WebControls" Assembly "Microsoft.Web.UI.WebControls"% I used the sample code: mymultipage:multipage runat "server" selectedindex "1" ID "Multipage1" NAME "Multipage1" ...
Get ToolbarButton Text? (in client-side behavior) (5 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi Does anybody know how I can get the Text of the clicked button when accessing the toolbar client side? e.g. function onbuttonclicked() { var button event.srcNode; var text button.???; alert('you clicked ' text); } The ToolbarLabel has an attribute "TEXT", but I can't see anything similar for the ToolbarButton. Any help would be appreciated! Kind regards Mark
Microsoft.Web.UI.WebControls (3 replies)
ASPFriends.com 'aspngwebcontrols' list
Moved from [aspngcs] to [aspngwebcontrols] by devin devinr@drone interactive.com Hello there ... I am using the MS Tree View control and binding it with an XML string. My question is, is there any attribute for TREENODE element exists which I can use to select a specific node ? If yes ... what ? Thanks, Rahul
accessing parent node (3 replies)
ASPFriends.com 'aspngwebcontrols' list
hi all i am trying to access parent node...i am facing problem ..please help me... Private Sub TreeView1 SelectedIndexChange(ByVal sender As Object, ByVal e As Microsoft.Web.UI.WebControls.TreeViewSelectEventArgs) Handles TreeView1.SelectedIndexChange Dim gd As GData ' gd viewstate("GData") gd.woNumber TreeView1.GetNodeFromIndex(e.NewNode).Text() End Sub here TreeView1.GetNodeFromIndex(e.NewNode)....
2 Articles on the Treeview Web Control (5 replies)
ASPFriends.com 'aspngwebcontrols' list
I have posted two new articles to aspalliance dealing with the treeview web controls. They are as follows: Developing with the TreeView Web Control Part 1: The Basics A tutorial about using the TreeView web control. If you are already familiar with the basics of this control then skip right to Part 2. http://www.aspalliance.com/jamesavery/webcontrols/treeviewp1.aspx Developing with the TreeView We...
Using Treeview for navigation (3 replies)
ASPFriends.com 'aspngwebcontrols' list
I'm binding an xml file to the treeview for web navigating, using the xsl transformation example from MSDN. Only thing is, when I click one of the nodes, a new browser window opens up, and I don't want that. Anybody know how to get the browser to stay in the current window? Bob Levittan BBK Consulting, Inc. Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
Treenode Value (5 replies)
ASPFriends.com 'aspngwebcontrols' list
Hi, I got my tree generated from SQL Server by pointing the 'treenodesrc' property to a URL, but now I need to get the value of the tree node the user clicks on. I am trying to use the following code: Public Sub UpdateLabel(ByVal sender As System.Object, ByVal e As Microsoft.Web.UI.WebControls.TreeViewSelectEventArgs) PolicyTitle.Text e.NewNode.ToString() End Sub But the value I get back is 0.0.0 ...
TreeView and MS SQL XML permission problems. (5 replies)
ASPFriends.com 'aspngwebcontrols' list
Continuing on from my earlier post that James Avery has been trying to help with I though I would repost the problem with a few more details. I have followed the instructions given here by the IE team for creating a TreeView that is fed by XML generated by a stored procedure. If I fire the sproc in the virtual directory using http://domaindetails/xml?sql execute sp XMLTreeViewData @pid 0, the corr...
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...
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 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
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...
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