asp.net - AjaxControlToolkit Accordion: catching SelectedIndexChanged event with C# (CodeBehind) -
asp.net - AjaxControlToolkit Accordion: catching SelectedIndexChanged event with C# (CodeBehind) -
i have accordion command 2 accordionpane (each 1 1 label testing) want grab event raised when new pane clicked on open (my thought testing is, when pane open, label within him alter text property --to like: "i catched event pane index : {}").
is there way grab event? (i read on js, need in c#(codebehind))
c# asp.net events ajaxcontroltoolkit accordion
Comments
Post a Comment