vote up 1 vote down star

Hi,

How do I programatically read a custom page field from within a webpart (from the page the webpart is on)?

Thanks

Jon

flag

1 Answer

vote up 0 vote down check

Same as you would a non-custom field type:

CustomFieldType customField = (CustomFieldType)page.ListItem["FieldName"];

Only you cast to your custom field type.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.