You need to change this
((Ice.Lib.Framework.EpiUltraCombo)tb.Control).EpiRequired = false;
To
tb.Required = false;
For both the text and combo controls.
You need to change this
((Ice.Lib.Framework.EpiUltraCombo)tb.Control).EpiRequired = false;
To
tb.Required = false;
For both the text and combo controls.