CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.internet_explorer_web_controls Tags:
Item Type: NewsGroup Date Entered: 11/29/2004 8:16:41 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 12 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
aconnell
Asp.Net User
TreeView: building 100% serverside possible?11/29/2004 8:16:41 PM

0/0

I started working with the TreeView control in an app that would build it 100% server side... but it seems that this control isn't meant to be used like that.

Has any one built a dynamic TreeView control, or is this even possible? I tried to add a collection of nodes to one node, only to find the Nodes property is read-only.
-AC, MVP MOSS
www.andrewconnell.com/blog
Trevor Lawrence
Asp.Net User
Re: TreeView: building 100% serverside possible?12/1/2004 2:47:37 AM

0/0

Yes. I build the entire tree in codebehind on pageload, if that is what you mean.

Starting with code like:

r = New TreeNode
r.Text = "Home"
r.Type = "File"
r.DefaultStyle.Add("font-size", "100%")
r.NavigateUrl = AppBase & "/default.aspx"
TreeView1.Nodes.Add(r)

(TreeNodeTypes have already been populated.)

Then go on and build a multilayer hierarchy with code like

parent.nodes.Add(n)

where parent is some node previously constructed and added to the tree.

Nothing i have ever done has hit this "read-only" issue. Can you give a sample?
aconnell
Asp.Net User
Re: TreeView: building 100% serverside possible?12/1/2004 10:28:13 AM

0/0

No need to... you just nailed it for me... I Never saw the .Add() method (my intellisense wasn't working at the time).

THanks!
-AC, MVP MOSS
www.andrewconnell.com/blog
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Pro ASP.NET 2.0 in C# 2005: Create Next-generation Web Applications with the Latest Version of Microsoft's Revolutionary Technology Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1426, Published: 2006
Pro ASP.NET Web Forms Techniques Authors: Alex Homer, Pages: 580, Published: 2003

Web:
TreeView, OnDemand and server side check-boxes - ASP.NET Forums Re: TreeView, OnDemand and server side check-boxes .... NET MVC Application Building #1: Family Video Website – Upload the Videos. Channel 8 ...
ng.asp-net-forum.internet_explorer_web_controls/17 - Fix error ... TreeView: building 100% serverside possible? 0, 2, 9/9/2008 10:03:14 AM. Background Color Transparent, 0, 3, 9/9/2008 10:03:12 AM ...
Treeview and List / ASP.NET WebForm NET WebForms / 100% Managed Code / AJAX. A highly customizable treeview ... NET is a comprehensive presentation layer toolset for quickly building and ...
bassistance.de » jQuery plugin: Treeview AJAX/serverside storage requires more work on the serverside, and would mereley ..... That should be possible and would speed up building the tree a lot. ...
Silverlight Tree View Control Building a basic silverlight project doesn't cause that error , and about running the example ..... At the moment it is not possible to style the treeview , ...
Nevron .NET Vision Q3 2007 released Completely customizable appearance based on visual states per tree-view or node basis. ... New content on TheServerSide.NETNew content on TheServerSide. ...
YUI Library Examples: DataTable Control (beta): Server-side Sorting This example integrates with server-side logic for customized sorting. ... instance var oConfigs = { initialRequest: "sort=id&dir=asc&results=100", ...
Tree View Editing Learning Object Metadata Its tree view editing inter-. face provides rapid data input in building learning ..... (2003) express that tree structures make it possible to organize the ...
AJAX Samples Part 3: AJAX web controls S03_AJAXControls/TreeView.asmx (view source) that implements the only method ... Here you can see how to use a server-side DNS lookup to check if the host ...
Treeview and List / JavaScript / AJAX NET WebForms / 100% Managed Code / AJAX. A highly customizable treeview .... layer toolset for quickly building and styling polished application UIs and ...




Search This Site:










find and replace very slow

images not displaying, login failure

core modules and other

question on sqlcommandbuilder.deriveparameters method

disable autocreation of web.config file

free hierarchial class browser for .net.

ie webcontrols initial use

how does the register logic work

vs2008 pro product key issues

how do i design custom installation in vb.net

master page with unequal number of contentplaceholders.

simple file upload script

get id from latest inserted record

i need add the node in in the strictly certain place (prog. c#)

customizing the membership provider

how to use the active directory lanid and password to login to an asp.net application?

databound checkboxlist wont check the items

iframe module tip - 100% height

"preview" mode affects all administrators

a little consistancy please

error message

why increment taborder by +2?

how to redirect users to different login pages

getting text from linkbutton using findcontrol...

dns integration

simple question regarding passing data from module to module in dnn 212

md5 encryption in login

unprotecting multiple pages

webpartconnection

maxinvalidpasswordattempts

 
All Times Are GMT