selected node value - tree view - javascript - asp.net

I have used treeview control in my web form ( asp.net v2.0) and i have added an attribute like below to get the selectednodevalue , it is not entering in the function itself , can anyone tell me y,most urgent also


tvInput.Attributes.Add("onselectedindexchanged", "test();");


thanks in advance



Answer this question

selected node value - tree view - javascript - asp.net

  • Mikhail Orlov

    Hello,

    The best place to ask ASP.NET related development questions is usually the ASP.NET Developer Forums at: http://forums.asp.net/ - which are maintained by the ASP.NET developer community and product team.

    Hope that helps,
    Stephen [Microsoft Common Language Runtime: Security - Developer]
    http://blogs.msdn.com/stfisher

  • selected node value - tree view - javascript - asp.net