1 write to _footerTemplate
System.Web (1)
UI\WebControls\FormView.cs (1)
641_footerTemplate = value;
4 references to _footerTemplate
System.Web (4)
UI\WebControls\FormView.cs (4)
638return _footerTemplate; 1470if (_footerTemplate == null && FooterText.Length == 0) { 2403contentTemplate = _footerTemplate; 2406if (_footerTemplate == null && footerText.Length > 0) {