ASP.net TreeView Problem in Mozilla
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Can please someone help me out with this problem ... I have developed a Treeview using Microsoft TreeView control in ASP.NET using C#. Its working perfectly in the Internet Explorer. The problem im facing is that its not working in Mozilla as its not able to attach javascript event handlers to the treenodes. The javascript events have been attached via the C# code behind file rather than html. eg.this.TreeCtrl.Attributes.Add("onexpand","javascript:return treeViewExpand(this);"); Can someone please help me in how to attach the treenode events so that they work perfectly for Mozilla browser.