1 write to SmartNavigation
System.Web (1)
httpserverutility.cs (1)
492
targetPage.
SmartNavigation
= true;
4 references to SmartNavigation
System.Web (4)
HttpResponse.cs (1)
2403
if (page != null && page.IsPostBack && page.
SmartNavigation
&& (Request["__smartNavPostBack"] == "true")) {
httpserverutility.cs (1)
491
if (sourcePage != null && sourcePage.
SmartNavigation
)
UI\HtmlForm.cs (2)
252
if (p.
SmartNavigation
) {
352
if (Page.
SmartNavigation
) {