7 references to LastPageImageUrl
System.Web (7)
UI\WebControls\DetailsView.cs (2)
1926string lastPageImageUrl = pagerSettings.LastPageImageUrl; 2061string lastPageImageUrl = pagerSettings.LastPageImageUrl;
UI\WebControls\FormView.cs (2)
1628string lastPageImageUrl = pagerSettings.LastPageImageUrl; 1756string lastPageImageUrl = pagerSettings.LastPageImageUrl;
UI\WebControls\GridView.cs (2)
2489string lastPageImageUrl = pagerSettings.LastPageImageUrl; 2626string lastPageImageUrl = pagerSettings.LastPageImageUrl;
UI\WebControls\PagerSettings.cs (1)
140string oldValue = LastPageImageUrl;