| 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... |
|
| 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 ... |
|
| 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... |
|
| 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... |
|
| 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... |
|
| 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 |
|
| 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... |
|
| 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 ... |
|
| 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... |
|
| 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... |
|
| 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... |
|
| 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 |
|
| 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... |
|
| 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 |
|
| 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 ... |
|
| 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... |
|
| 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... |
|
| 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 ... |
|