Hi Riyaz,
I tested the uploaded sample again, it looks you can directly use it to render the panel.
I can let you know where I modified in your project:
- Add
protected global::WebApplication_Samples.DescriptionPanel DescPanel;
in your Sample1.aspx.designer.cs
- Add the missing files in your folder: WebApplication_Samples\theme\default, they are “tabs” folder and “style.css” file.
- Add reference:
<link href="~/theme/default/samplepic/style.css" rel="stylesheet" type="text/css" />
in your Sample1.aspx.
You can check the items, after modify them, the panel shows correct in my end.
Regards,
Ethan