I want to do something very similar to the following example (except programmatically):
http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/accessingnestedcontrols/defaultcs.aspx
I want to have a literal control in each panel that will display text, and 2 buttons. I have not been about to programmatically do this.
Here is a sample of what I want. Below I have 2 panels with Text of "Important Message" and "Message 2".
How can I programattically accomplish this?
Thank you.