I have webdatamenu in that i have added 5 buttons through loop using itemplate but can't access key or value of those buttons on itemclick event.
Hello cmm,
I was able to reproduce this issue, but I need to do some research to find out how to get access to these controls. I should be able to update you by Thursday.
Due to the ASP.NET page life-cycle, it's not possible to access the controls during that event because they have not been reinstantiated yet. What I suggest doing is having a variable in the page class that you set during the event. Then at a later event, you can retrieve the controls.
I've attached a sample to show you an example of this. You may need to change the assembly versions in the sample to match your installed version. If you need any help doing this please let me know.
Please let me know if you have any further questions.