But how do i set a description text that comes in within a <small><small> when rendered? I whant an explanation to what to fill in to the textbox, even tough this exampkle is straight forward =)
I tried somethink like pp_name.GroupingText but that didnt help much.
PropertyPanel description
Hi, How do i set a PropertyPanel description text i .net?
I currently have:
aspx file
And in the cs file
But how do i set a description text that comes in within a <small><small> when rendered? I whant an explanation to what to fill in to the textbox, even tough this exampkle is straight forward =)
I tried somethink like pp_name.GroupingText but that didnt help much.
Thx for any help
Marthin
Hi Marthin,
There isn't a separate property for the Description. You'll need to append it to the Text property, adding a <br /> and wrapped with the <small> tags.
Cheers, Lee.
Ok, thx Lee
is working on a reply...