CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 8/14/2006 1:50:36 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 18 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
djmutiny
Asp.Net User
Bolding the current item in a sitemap8/14/2006 1:50:36 PM

0/0

Hello,

I was just wondering if anyone had a less hacky solution than the following for changing the rendering for the 'currently' item in a TreeView:

    protected void Page_Load(object sender, EventArgs e)
    {
        treeSubsections.TreeNodeDataBound +=
            new System.Web.UI.WebControls.TreeNodeEventHandler
               
(treeSubsections_TreeNodeDataBound);
    }

    void treeSubsections_TreeNodeDataBound (object sender, System.Web.UI.WebControls.TreeNodeEventArgs e)
    {
        if (SiteMap.CurrentNode != null && SiteMap.CurrentNode.Url == e.Node.NavigateUrl)
            e.Node.Text = "<strong>" + e.Node.Text + "</strong>";
    }

Hardly neat, I'm sure you'll agree!

Any help much appreciated.

Thanks,
Carlos
lostlander
Asp.Net User
Re: Bolding the current item in a sitemap8/15/2006 4:04:17 AM

0/0

Yes, you can do the custormization thru TreeNodeDataBound  and DataBound event. It's usual.

Of course, the eaisier way i'm afraid is to set the "SelectedNodeStyle" property. You may set the font as Bold/Italic/Font class etc.

Hope it helps! ^_^

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


Free Download:

Books:
Web Standards Solutions: The Markup and Style Handbook Authors: Dan Cederholm, Jeffrey Zeldman, Friendsof ED., Pages: 253, Published: 2004
EBay Quicksteps Authors: Carole Matthews, John Cronan, Pages: 224, Published: 2004
Build an EBay Business QuickSteps Authors: Carole Boggs Matthews, Henry Roth, John Cronan, Pages: 224, Published: 2005
The Official Ebay Bible: The Newly Revised and Updated Version of the Most Comprehensive EBay How-to Manual for Everyone from First-Time Users to EBay Experts Authors: Jim Griffith, Pages: 744, Published: 2007
EBay Power Seller Secrets: Insider Tips from Ebay's Most Successful Sellers Authors: Debra Schepp, Pages: 384, Published: 2007
EBay Authors: Carole Matthews, John Cronan, Pages: 240, Published: 2007
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
A First Look at ASP.NET V. 2.0 Authors: Alex Homer, Dave Sussman, Rob Howard, Pages: 528, Published: 2004
Beginning Visual Basic 2005 Authors: Thearon Willis, Bryan Newsome, Pages: 799, Published: 2006
EBay Hacks: Tips & Tools for Bidding, Buying, and Selling Authors: David A. Karp, Pages: 438, Published: 2005

Web:
Sitemap design... bullet point text vs. bold text Sitemap design... bullet point text vs. bold text Sitemap design ...
  • List Item 1
  • List Item 2
  • List Item 3
  • ...
    The Brave and the Bold #54 Kid Flash, Aqualad, and Robin (DC, 1964 ... Silver Age (1956-1969):Superhero, The Brave and the Bold #. View Larger Image .... Current Items in Heritage Auctions like this item ...
    eBay Guides - Ike Dollars - Bold vs. Thin and Type 1 vs Type 2 Mar 1, 2008 ... 1976 D Eisenhower Dollar - Bold. Current Price: $7.99. Items from eBay sellers ... Current Price: $9.50 View similar items. ...
    70s mid century modern fabric, bold design and colours - (eBay.ca ... Nov 2, 2008 ... From collectables to cars, buy and sell all kinds of items on eBay .... Current bid: US $24.99 (approximately C $30.74). Your maximum bid: ...
    eBay.com.sg: Original Blackberry Leather swivel holster BOLD 9000 ... From collectables to cars, buy and sell all kinds of items on eBay .... Item title: Original Blackberry Leather swivel holster BOLD 9000 ...
    eBay.com.my: Blackberry Bold 9000 (New) (item 120319470851 end ... Oct 17, 2008 ... Payment: Cash/Bank in. Blackberry bold comes with 1-Year Warranty. Feel free to ask any question regarding this item through ebay. ...
    eBay.ph: LaPerfumeria: GAP G7 BOLD Men Perfume 100ml EDC (item ... PERFUME, Original/Authentic: GAP's G7 Bold for Men, Eau de Cologne Spray, 100ml size. ... Click HERE to view all OTHER ITEMS ON SALE in our current listing. ...
    eBay.ie: Unlocking codes Blackberry Bold 9000 unlock RIM (item ... Find Unlocking codes Blackberry Bold 9000 unlock RIM in the Mobile Home ... Take action on this item. Item title: Unlocking codes Blackberry Bold 9000 ...
    TYPO3 Wizard: Bold Font in GMENU Snippets:Menus,Bold Font in GMENU. ... Custom field for GMENU alt text · Alternativ sorting for menu items · Sitemap as unordered list (UL/LI) ...
    eBay.co.uk Guides - BLACKBERRY BOLD BEWARE OF PRE ORDER SCAM Current Price: £379.99 View similar items. ... Speaker for BlackBerry Bold 9000 PDA mobile Phone blk. Current Price: £4.59 View similar items. ...

    Videos:
    Affiliate Summit 2006 East -- Straight Talk on Search Engine Optimization Brief presentation on Search Engine Optimization with a heavy focus on Q&A. A very open, honest and straight to the point discussion about search eng...




    Search This Site:










    global.asax, base pages, etc

    automatic question paper generation

    code behind vs com?

    how receive data from unit through port

    custom error ???

    convert second to hh:mm:ss

    how to connect tha server controls of asp.net with the data stored in a sql server database?

    database modeling, roles and profiles.

    adding event attributes to checkbox's in checkboxlist

    problem setting up web service in iis

    how to read application variable in .net

    how control word isopen

    connecting to a database using web.config

    getting id of element that is not a control element

    how to get current date and time without the seconds?

    asp.net page initialization

    regarding guide needed for asp.net

    explain code snippet

    uploading files in .net

    load testing/performance testing

    writing csv file and launching excel from same page

    using different categories on the page

    do until eof

    asp.net detect browser refresh button ?????????

    unique datasets

    how to pass values between two asp.net applications?

    drop down list control

    calling functions from local transaction

    activex replacement

    hide results

      Privacy | Contact Us
    All Times Are GMT