SOLVED with CurrentValue
public void Page_Load()
{
if (CurrentParentUserID() == “1” { MyField1.CurrentValue = “xxx” };
}
In this post I found the solution:
https://discourse.hkvstore.com/t/extended-search-value-as-default-value-for-add/2360/1