If you already have a binding for last name, then add a similar binding:
<TextBox Text="{Binding LastName}" IsReadOnly="{Binding IsAssociate}" . . . />
where IsAssociate is a bool property. Extend your source data object to include such property.