Hi Techies,
I am facing a problem with the toolbar , I have aorund 10 buttons on my tool bar . I want to knwo the key of the button what i clicked.
I am trying to capture the key of the button by putting this line in
Session[
"PageKey"] = e.Button.Key;
uwToolBar_ButtonClicked and uwToolBar_GroupButtonClicked in both of the events , But nothing is getting fired.
Even i tried by setting autopostback = true; But no Use
Please help me on this.
HI,
I could not reproduce your issue. I was able to get the button_click event to fire and was able to get the button key on the Server and Client sides.
I am attaching a sample project.