| Frequently Asked Questions (35 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Here are some frequently asked questions and their answers regaring the IE WebControls. 1. I get an error in my ASP.NET page saying that it cannot find the Microsoft.Web.UI.WebControls assembly. If the DLL is installed in the GAC, be sure that your tag prefix uses the full assembly name, including the version, culture, and public key. Here is the register directive for the RTM version of IE WebCon... |
|
| UNANSWERED - TreeView Probs with Netscape (11 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi, I have been testing the TreeView control out and have it in a frame on the left hand side of the browser launching pages on the right. This works fine with IE, as I expand the tree, if the nodes extend beyond the visible area of the menu frame, scroll bars appear as expected. However with NS (tested with NS4.08 and 6.0) no scroll bars appear and the nodes just wrap to the line below. Is there ... |
|
| TreeView / DataSet / XML problem (6 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hello all, I'm having trouble with getting dynamic data into a TreeView control. I'm able to create a dataset and fill it with the results of a query and then write those results to an XML file without any trouble. after that there are serveral problems: the first problem is that when i point the TreeNodeSrc to the XML file i've generated it's not formatted properly with the TREENODE tags etc. how... |
|
| TreeView - Dynamically Generated TreeNodeSrc Performance Question (6 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi I have an .aspx page that contains a treeview set up as follows.... %@ Page Language 3D"vb" AutoEventWireup 3D"true" Codebehind 3D"Browse.aspx.vb" Inherits 3D"Browse"% %@ Register TagPrefix 3D"iewc" Namespace 3D"Microsoft.Web.UI.WebControls" Assembly 3D"Microsoft.Web.UI.WebControls, Version 3D1.0.2.116, Culture 3Dneutral, PublicKeyToken 3D31bf3856ad364e35" % !DOCTYPE HTML PUBLIC " //W3C//DTD HT... |
|
| Documentation off-line (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Microsoft friends : Is it posible to made the WebControls documentation available in a off line browsable format (for example CHM) ? thanks, Rolando |
|
| How to declare DEFAULTSTYLE for a IE ToolBarbutton (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| ISSUE 1. I have tried to declare a defaultstyle to a dynamically generated IE ToolbarButton like this: Dim tbbtnTM As ToolBarButton New ToolBarButton() tbbtnTM.Id "btnTM" tbbtnTM.DefaultStyle "Width: 125px;" ''HERE!! tbbtnTM.Text " " & GetText( dstCMM, "menuanv item02" ) tlbCMM.Items.Add( tbbtnTM ) ..but I keep getting errors telling me: "Value of type 'String' cannot be converted to 'Microso... |
|
| Toolbar OnClick Events (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| From what I can tell by playing with the WebControls Toolbar (with toolbarbuttons), the onclick event is at the toolbar level, and not the button level. Does this sound correct? I am having trouble getting the event wired properly. I get problems with the "signature" of the event paramaters. Is there a good vb sample on how to complete the "plumbing" on this control? Joel Zinn jwzinn@aep.com |
|
| Docking WebControls (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 abfd5f0f 8bb9 4b6b 9814 1fb4c378d121 Content Type: multipart/alternative; boundary " NextPart 001 01C1AFEF.41956980" NextPart 001 01C1AFEF.41956980 Content Type: text/plain; charset "iso 8859 1" Hello Is there a way to dock web controls? I'm trying ... |
|
| Treeview Properties (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngvs] to [aspngwebcontrols] by Alex Lowe webmaster@asp grandrapids.net The treeview always has the solid colors when the mouse rolls over top, not to mention that the root is that is currently selected is always the solid color. I have set the hoverstyle, defaultstyle, and selectedstyle... (the basic properties) but what properties are controlling the solid colors over the nodes? Th... |
|
| Treeview - Only 1 root element open. (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi People, First of all, I'm sorry if this has been asked before, I'm new to this list. I've looked at all the members and properties of the Treeview and couldn't see what I wanted (It might be there and I might have missed it), so I'm asking you. I would like a way to only have 1 root element open a time, so if my tree looks like this. 09 ROOT | A | B | C So if a user opens 'A', 'B' & 'C' will cl... |
|
| Treeview HOWTO! (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Mitch Denny mitch.denny@warbyte.com Hi, How do I dynamicly add treenodes to my treeview. I use this code at the bottom, it works, but if I wanna add at a deeper level, how do I do it ? This code below generates (each time it is called): Test Test Test etc. I wanna be able to do like this: Test | Test2 Test Test CODE: Dim tmpNode New Microsoft.W... |
|
| HOWTO: make customs controls work in designer (like any other control) (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by t timh@iis.com How to? I want intellisense on my controls as well.. Please point me to a page :) Emil Chr. Melar |
|
| treeView webcontrol (4 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi I can't get the treeview webcontrol to work (http://msdn.microsoft.com/library/default.asp?url /workshop/webcontrols /overview/treeview.asp) I get this error on my localhost with the webcontrols downloaded and on the server (who only has SDK) Im using .net v1. This is the error I get. Server Error in '/atest/menu' Application. Parser Error Description: An error occurred during the parsing of a ... |
|
| Treeview control not working (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Mitch Denny mitch.denny@warbyte.com I have Asp.NET V1.0 installed, as well as the 1.0 Web server controls installed. I get the following error when I try this code to create a treeview control... File or assembly name Microsoft.Web.UI.WebControls, or one of its dependencies, was not found. What am I missing here? Here is the code, I took the ex... |
|
| How do I assign links to the treeview control? (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I took the treeview example off Microsoft, and tried to put a a tag around one of the nodes, but I get an 'Invalid child with tagname "a"' error. How do I assign links and new nodes to this treeview programatically? Thanks Greg mytree:treeview runat "server" mytree:treenode text "My first Tree Node" mytree:treenode text "My second Tree Node" /mytree:treenode /mytree:treenode /mytree:treeview |
|
| Microsoft Web Controls (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Charles M. Carroll charlesmarkcarroll@yahoo.com I've performed the manual install now on several different servers but I get an error with the sample code. The error is "Unknown server tag 'mytree:treeview'.". I ran gacutil l and confirmed the DLL has been registered properly. I'm testing with this code: mytree:treeview runat "server" mytree:tr... |
|
| IE TreeView Control Appearance (10 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by James Avery javery@deluxeeng.com Hi, can I change the Font Face or size in the IE TreeView Web Control? Can I change the Mouseover effect of changing the font size or other appearance related configuration WITHOUT using CSS file? Thanks, Peter MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.... |
|
| Expand/Collapse (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Copied from [aspngclient] to [aspngwebcontrols] by Marcie Jones marciejones@yahoo.com I don't know if this should appear in either or both Client and WebControls list. I am using the MultiPage/TabControl combination for displaying web forms. Within each web form are .ascx file user controls that I set up. These web forms are very complex, and they show a lot all at once. To ease the user experienc... |
|
| treeview cause target frame content flashing (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Dear Sir/Madam, My problem is: I set a iframe as the tree nodes target window. The problem is the target frame window content keep flashing when I moving mouse on the tree nodes. My treeview is a two nodes tree. One node NavigateUrl is "http://uk.moneycentral.msn.com/investor/quotes/quotes.asp"; Another node is "http://moneycentral.msn.com/scripts/webquote.dll?". When I open the UK one, the target... |
|
| ToolTips on TreeView (6 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Has anyone managed to implement some tooltip style popups for nodes in a tree menu? Cheers, Julian Voelcker The Virtual World (UK) Limited Cirencester, United Kingdom |
|
| Treeview control works as server control, doesn't compile as a user control... Can you help? (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngibuyspy] to [aspngwebcontrols] by Charles M. Carroll charlesmarkcarroll@yahoo.com This code works as a SERVER CONTROL just fine..... %@ Page Language "vb" AutoEventWireup "false" Codebehind "TreeCntl.aspx.vb"% %@ Register TagPrefix "iewc" Namespace "Microsoft.Web.UI.WebControls" Assembly "Microsoft.Web.UI.WebControls, Version 1.0.2.116, Culture neutral, PublicKeyToken 31bf3856ad36... |
|
| TreeView onselectedindexchanged (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngcontrolscs] to [aspngwebcontrols] by Charles M Carroll charlesmarkcarroll@yahoo.com HELP! I can get other events to work but the most important one: onselectedindexchanged doesn't seem to fire in my sample! Here's my source. Any help is greatly appreciated %@ Register TagPrefix "mytree" Namespace "Microsoft.Web.UI.WebControls" Assembly "Microsoft.Web.UI.WebControls, Version 1.0.2.... |
|
| Where's TreeView Control Default Selected Value? (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Charles M. Carroll charlesmarkcarroll@yahoo.com I config the appearance of a treeview control, while the top of the node is ALWAYS selected, it's out of my customized style. I want to ask are there any default selected node value in a treeview control? my customized style as: iewc:TreeView id TreeView1 runat "server" SystemImagesPath "/webctrl ... |
|
| Treeview control events (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Moved from [aspngfreeforall] to [aspngwebcontrols] by Jeff Widmer jeffwids@aspalliance.com Hi, I have a .vb file assigned to my .aspx file using the TreeView control from Microsoft. I want to make a function that triggers when the "OnExpand" event occurs. Can someone help me please. Cheers, Robert Larsson |
|
| from treeview call javascript function. (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a problem to call javascript function from tree node. The code is following. The file name is test.aspx. Xiaoning %@ Register TagPrefix "iewc" Namespace "Microsoft.Web.UI.WebControls" Assembly "Microsoft.Web.UI.WebControls, Version 1.0.2.116, Culture neutral, PublicKeyToken 31bf3856ad364e35" % !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 4.0 Transitional//EN" HTML HEAD title treetest /title /HEAD... |
|