1 write to FormatString
System.Web (1)
UI\ControlBuilder.cs (1)
737entry.FormatString = formatString;
2 references to FormatString
System.Web (2)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1413DataBindingExpressionBuilder.BuildEvalExpression(entry.FieldName, entry.FormatString,
UI\ControlBuilder.cs (1)
2424evalValue = containerControl.TemplateControl.Eval(entry.FieldName, entry.FormatString);