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)
638
return
_footerTemplate
;
1470
if (
_footerTemplate
== null && FooterText.Length == 0) {
2403
contentTemplate =
_footerTemplate
;
2406
if (
_footerTemplate
== null && footerText.Length > 0) {