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 > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 2/18/2008 6:53:10 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 23 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
chinnibharath
Asp.Net User
Regarding sitemap root node problem2/18/2008 6:53:10 AM

0/0

HI i am using treeview control for showing navigation links in my project.

so i am using we.sitemap as an datasource for that,the problem is that i have 10 modules and each module has heading

like qc-->personal-->here i have so many links but

whille i am writing personal link in web.sitemap it is asking the url but i don't reqiure any url to go.

it just sink that module.any body know how to sink the sitemap .

please reply soon it's urgent.

Thanks&Regards

bharath

Dave Sussman
Asp.Net User
Re: Regarding sitemap root node problem2/18/2008 9:16:59 AM

0/0

A siteMapNode doesn't have to have a url set - it can be just a container for child nodes. So you could have:

<siteMapNode title="personal">
    <siteMapNode title="link" url=" . . ." />
    <siteMapNode title="link1" url=" . . ." />
</siteMapNode>

d

chinnibharath
Asp.Net User
Re: Regarding sitemap root node problem2/18/2008 11:36:38 AM

0/0

i have tried this but it is not working,now it is not showing the entire treeview control.

so please send the other solution.

Dave Sussman
Asp.Net User
Re: Regarding sitemap root node problem2/18/2008 11:51:53 AM

0/0

If you have security trimming enabled on the provider (as defined in web.config) then you need to change the security settings on the node; this is because ASP.NET checks for physical files and without the url there's no file for it to check. So add the following to the node without the url:

    roles="*"

d

chinnibharath
Asp.Net User
Re: Regarding sitemap root node problem2/18/2008 1:14:02 PM

0/0

Thanks It's working now,

bye

bharath

5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional Search Engine Optimization with PHP: A Developer's Guide to SEO Authors: Jaimie Sirovich, Cristian Darie, Pages: 360, Published: 2007

Web:
Jeff Prosise's Blog : Hiding the Root Node from SiteMapPath SiteMapNode current = node; SiteMapNode root = SiteMap.RootNode; .... I don't know if i well understand your problem, but you can use the ItemCreated event ...
SiteMap.RootNode Property (System.Web) The SiteMap class retrieves the RootNode property by requesting it from the ... If (SiteMap.RootNode.HasChildNodes) Then Dim RootNodesChildrenEnumerator As ...
Menu root node problem - ASP.NET Forums Menu root node problem. Last post 10-11-2006 2:15 PM by Freakyuno. ... There is no hierarchy in the menu but the web.sitemap forces me to have a root node. ...
Web Client Software Factory - View Issue ModuleSiteMapProvider - SiteMap.CurrentNode (root node is null) problem ... CurrentNode always returns null because you aren't adding the rootnode to the ...
menu adapter problem - display first-level child nodes with the ... menu adapter problem - display first-level child nodes with the root node. Last post 09-29-2006 2:28 PM by Dman100. 6 replies. Sort Posts: ...
SiteMap Roots - ng.asp-net-forum ... I donot think you can add more than one root for sitemap, because the sitemap file is an xml file, it need a root node. But you can add more than one node ...
How can I use multiple sitemap file without multiple root nodes ... Is there any reason that you can't add a dummy root node and then subclass the ASP.NET menu control to ignore your dummy "root" node? ...
Michiel van Otegem, IT Composer - Hiding the Root Node from ... Apr 29, 2008 ... Return root node in case this is the root. if(SiteMap.RootNode == SiteMap. CurrentNode) return SiteMap.CurrentNode; ...
Problem with Sitemap - Navigation, Breadcrumbs and Sitemaps ... Problem with Sitemap, Options .... ...
The Brain Parasite - Downloads Utilities.Web.Helper.BuildSitemapHtml(SiteMap.RootNode) %>
... It has recently become a problem because I now have the same function littered ...




Search This Site:










answering to a posted ad...

changing menu width?

external web sites

single sign-in across 2 applications?

validate password

application_authenticaterequest

re: cache problem with firefox

dynamic form values in wizard control

help!! search for a working eshop(access)

html analyzer

cannot find system.directoryservices

binding the treeview control

dotnetnuke book now shipping!!

membership services to secure javascript webservice calls

.net menu control

references to a .dll

dnn 3.0x - feature request.

holding user state through intranet

transparency - driving me crazy

how to use "_emit" in visual c++ 2005

skin restrictions??

vs 2008 and web application

how do you install a new module in dnn 3.012?

simple md5 gives incorrect result.

is there a request.getattribute method in asp.net?

theme snafu - error message when a theme is deleted

doing catalog index search in asp.net

web custom controls - calling control

webrequest and authentication problem

will vs.net 2005 include objectspaces

 
All Times Are GMT