Hi Gays
I am using Treeview Control in my web application
and use javascript coding at onselectedindexchange event of IE Treeview Control
It will working well in Internet Explore But not Working in other one like FireFox or Opera
My usefull code for U as
1) code for execute javascript function at when selected index of treeview2 control is change ( this code present in my .vb page)
Treeview2.Attributes.Add("onselectedindexchange", "javascript:GetKeyValue()")
2) now simple GetKeyValue Function available in Javascirpt ( which contiant code for getkeyvalue from treeview control current selected node value)
When i am working with Server side selectedindexchange event it work with almost all browsers
But
When i am working with client side Script (Becuse my data is very bullky and i donot want to execute it from server side ) for that event as above mention it will work only IE browser (Very Well as my requierment) but not worked or executed in FireFox and Opera