CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
web_forms
getting_started
data_presentation_controls
dotnetnuke
data_access-sql_server_sql_server_express_and_sqldatasource_control
security
client_side_web_development
novell-support-groupwise-6x-clients
data_access-data_access_and_objectdatasource_control
asp-net_ajax-asp-net_ajax_control_toolkit
novell-support-netware-6x-install-upgrade
asp-net_ajax-asp-net_ajax_discussion_and_suggestions
novell-support-netware-6x-administration-tools
master_pages_themes_and_navigation_controls
configuration_and_deployment
novell-support-netware-client-winnt-2x-xp
novell-support-groupwise-7x-clients
asp-net_ajax-asp-net_ajax_ui
novell-support-edirectory-netware
community-free_for_all
visual_studio_2005
novell-support-groupwise-6x-install-setup
data_access-xml_and_xmldatasource_control
control-cancel
novell-support-iprint
advanced_asp-net-crystal_reports
data_access-xml_web_services
microsoft-public-access
novell-community-chat
state_management
novell-support-netware-6x-abends-hangs
dotnetnuke-getting_started
novell-support-groupwise-6x-gwia
-net_languages-c
novell-support-identity-manager-engine-drivers
novell-support-groupwise-discontinued
advanced_asp-net-architecture
opensuse-org-suse-linux-support-install-configure-administration
dotnetnuke-custom_modules
novell-support-groupwise-7x-install-setup-admin
novell-support-netware-6x-storage-media
novell-support-groupwise-6x-agents
installation_and_setup
data_access-access_databases_and_accessdatasource_control
windows-hosting_open_forum
visual_web_developer_2005_express
novell-support-groupwise-6x-web-access
novell-support-netware-6x-server-backup
macromedia-dreamweaver
novell-support-netware-5x-administration-tools
novell-support-ifolder
novell-support-bordermanager-install-setup
novell-support-imanager
microsoft-public-dotnet-framework-aspnet
novell-support-netware-5x-install-upgrade
novell-support-cluster-services
novell-support-bordermanager-proxies
novell-support-newsflash
advanced_asp-net-sql_server_reporting_services
microsoft-public-dotnet-languages-csharp
web_parts_and_personalization
about_this_site-feedback_on_this_website
ibm-software-websphere-portal-server
novell-support-netware-dns-dhcp
novell-support-zenworks-desktops-4x-app-launcher
-net_languages-visual_basic_-net
advanced_asp-net-custom_server_controls
novell-support-bordermanager-vpn
novell-support-ndps-neps
microsoft-public-sqlserver-programming
novell-support-netware-webserver
community-jobs
novell-support-netware-4x
advanced_asp-net-mobile_and_handheld_devices
internet_explorer_web_controls
novell-support-zenworks-desktops-4x-install-setup
novell-support-edirectory-linux
novell-support-groupwise-7x-gwia
development_tools-web_matrix_general_discussions
microsoft-public-access-formscoding
macromedia-flash
community-announcements
portal_starter_kit
novell-support-zenworks-desktops-4x-management-agent
novell-support-zenworks-patch-management
novell-support-native-file-access
microsoft-public-access-queries
microsoft-public-access-forms
novell-support-groupwise-7x-web-access
novell-support-netware-small-business-6x
data_access-active_directory_and_ldap
novell-support-edirectory-windows
novell-support-groupwise-7x-agents
novell-support-ichain
data_access-oracle
novell-support-zenworks-desktop-management-6x-imaging
novell-support-groupwise-7x-wireless
novell-support-netware-5x-abends-hangs
advanced_asp-net-localization
novell-support-zenworks-desktop-management-7x-imaging-server-nw-win




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: Date Entered: 10/29/2007 12:17:37 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 23 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
"AdamTurner31"
NewsGroup User
Treeview Newbie Question10/29/2007 12:17:37 AM

0

Hi All,

I have a treeview and I need to populate a textbox with some text based on which link is clicked.

What event handles this click event and how do I capture the value of the node?

Here's what I'm trying to do: http://adamsresume.info/Adam/Interviews.aspx

Also, please post code in vb.net

Any help appreciated.

Adam

"Careed" <>
NewsGroup User
Re: Treeview Newbie Question10/29/2007 2:56:45 AM

0

Try the SelectedNodeChanged event.


Christopher Reed
"The oxen are slow, but the earth is patient."
"dreamz" <>
NewsGroup User
Re: Treeview Newbie Question10/29/2007 3:56:46 AM

0

Check this....

  • Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e As EventArgs)
  •     Try
  •         string nodeValue = TreeView1.SelectedValue.ToString()
  •         string nodeVal = TreeView1.SelectedNode.Value
  •     Catch ty As Exception
  •         Response.Write(ty.Message)
  •     End Try
  • End Sub
  • 3 Items, 1 Pages 1 |< << Go >> >|


    Free Download:













    treeview get folder path name

    treeview and javascript

    imagebutton on masterpage issue

    menu not refreshing changing the datasource

    add contentholder automatically to the content page

    menu/treview & multilevel xml

    changing the style of a link within web.sitemap

    menu control in different browsers

    treeview with checkbox in asp.net 2.0

    how to set the server control of web form as public variable?

    trying to enumerate through web controls with master pages

    xmlsitemapprovider more....flexible?

    sitemap and menu

    adding css link tags

    disabled checkbox in treeview

    how to create a multiple masterpage?

    how to organize tags in the head when using masterpage and theme

    treeview drag and drop treenode

    any tool to build skins

    using imageready and master pages

    adrotator & imagemap - need your help.

    nested master page issues

    wizard control -- changing activestepindex doesn't seem to work

    master page headaches!!

    url rewriting

    please help! sitemapdatasource.startingnodeurl cannot be found????????????

    menu control

    limit the number of levels that are generated by sitemapdatasource

    asp.net menu or tree view with checkboxes

    display all child nodes on current page

    sitemap problem with url rewriting

    master page mystery event solution

    css control adapters

    login on master page?

    meta tag problem

    tree view hyperlink with query string

    asp.net menu control when using a staticitemtemplate; does not respond to events in ie6 or 7

    need some help about the master page

    how to load another pages with in master page

    javascript in masterpages

    hide my first parent level in navigation menu

    masterpage's postback event not firing for a single page...

    overriding methods of master page code-behind

    treeview duplicated values issue

    selectednodestyle imageurl is a bust...

    asp.net 2.0: appending to master page title from content page

    treeview, ondemand and server side check-boxes

    dbcombo with master page asp.net 2.0

    multiple web.sitemap

    security trimming and web.config file

     
    Search This Site:

     
      Privacy | Contact Us
    All Times Are GMT