Hi,
I've created custom field which inherit from TextField field control. It's used to populate data based on few list which is configured and working fine. I would like to disable few controls [ Title , Field2 ] etc in Edit Properties. so I was planned to get all controls name using SPContext.Current.FormContext.FieldControlCollection in CreateChildControls method in the custom field. But I'm getting only FileField field in this method. Please do let me know how to get all fields/controls when load the custom field.
SP Version : 2010
Thanks in advance.
Varatharajan Rathinasamy.