M
Mark Goldin
I am assigning a client event handler like this:
this.Treeview.Attributes.Add("onselectedindexchange", "executeClick()");
Can specify parameters for it? LIke this:
this.Treeview.Attributes.Add("onselectedindexchange",
"executeClick(parms)");
Thanks
this.Treeview.Attributes.Add("onselectedindexchange", "executeClick()");
Can specify parameters for it? LIke this:
this.Treeview.Attributes.Add("onselectedindexchange",
"executeClick(parms)");
Thanks