or
Hi
all,
I think i'm missing something obvious...
I want to have some friendly names on my mail merge fields. (namely
spaces in the field names)
So i have a class for instance
Public Class someclass{<DisplayName("This is the complex description of the field")>Public property thisfieldnamehasacomplexdescription as string Public property anothercomplexfield as string }
This is the only way i know to get "Friendly" names in the dropdown
that is the mail merge.
So the two fields turn up okay as :
"This is the complex description of
the field"
"anothercomplexfield"
but only anothercomplexfield actually populates with data when you do the merge.
Am i going to have to template the raddropdownbutton that holds the mail merge
fields?
Is there an example of this somewhere?
Also a sub question. How do i add a scroll bar??