Hi all,
I have an option field in my page extension. I want to display the asterisks sign on that field. Please help me with the way to do that. I have tried with ShowMandatoty property but it doesn't work.
Thanks
Khudeja
Actually, ShowMandatory = TRUE is the correct setting. It should show the asterix when that setting is on, but it doesn't seem to work on option fields.
I tried NotBlank = true; There is no change.
Khudeja
Try setting NotBlank to Yes.
Tero