51 references to IsPostBack
System.Web (38)
HttpResponse.cs (2)
2403
if (page != null && page.
IsPostBack
&& page.SmartNavigation && (Request["__smartNavPostBack"] == "true")) {
2454
if (page != null && !page.
IsPostBack
)
UI\Control.cs (1)
2013
if (Page != null && Page.
IsPostBack
) {
UI\HtmlControls\HtmlSelect.cs (4)
701
if (!IsViewStateEnabled && Page.
IsPostBack
) {
716
if (!Page.
IsPostBack
) {
741
if (!Page.
IsPostBack
) {
748
if (Page.
IsPostBack
&& IsViewStateEnabled && ViewState[DataBoundViewStateKey] == null) {
UI\Page.cs (7)
2320
" + (
IsPostBack
? @"
4751
if (
IsPostBack
) {
4777
if (
IsPostBack
) {
4803
if (
IsPostBack
&& IsCallback) {
5051
if (
IsPostBack
) {
5086
if (
IsPostBack
) {
5124
if (
IsPostBack
&& IsCallback) {
UI\UserControl.cs (1)
225
public bool IsPostBack { get { return Page.
IsPostBack
; } }
UI\WebControls\BaseDataBoundControl.cs (1)
258
if (!IsViewStateEnabled && Page.
IsPostBack
) {
UI\WebControls\BaseDataList.cs (4)
580
if (!IsViewStateEnabled && Page.
IsPostBack
) {
595
if (!Page.
IsPostBack
) {
620
if (!Page.
IsPostBack
) {
628
if (Page.
IsPostBack
&& IsViewStateEnabled && ViewState[ItemCountViewStateKey] == null) {
UI\WebControls\DataBoundControl.cs (2)
391
if (!Page.
IsPostBack
) {
413
if (!Page.
IsPostBack
) {
UI\WebControls\FileUpload.cs (2)
194
if (Page != null && Page.
IsPostBack
) {
210
if (Page != null && Page.
IsPostBack
) {
UI\WebControls\HierarchicalDataBoundControl.cs (2)
160
if (!Page.
IsPostBack
) {
182
if (!Page.
IsPostBack
) {
UI\WebControls\ListControl.cs (1)
400
bool loaded = Page != null && Page.
IsPostBack
&& _stateLoaded;
UI\WebControls\login.cs (1)
1345
((!Page.
IsPostBack
) && (Page.Request.QueryString[_failureParameterName] != null));
UI\WebControls\LoginView.cs (1)
221
if (page != null && !page.
IsPostBack
&& !DesignMode) {
UI\WebControls\MultiView.cs (1)
124
return (_controlStateApplied || (Page != null && !Page.
IsPostBack
));
UI\WebControls\Repeater.cs (4)
882
if (!IsViewStateEnabled && Page.
IsPostBack
) {
928
if (!Page.
IsPostBack
) {
953
if (!Page.
IsPostBack
) {
961
if (Page.
IsPostBack
&& IsViewStateEnabled && ViewState[ItemCountViewStateKey] == null) {
UI\WebControls\TreeView.cs (3)
1203
if ((value == true) && (Page != null) && Page.
IsPostBack
&&
2569
if (!Page.
IsPostBack
&& !_dataBound) {
2984
if (!Visible && (Page != null) && !Page.
IsPostBack
) {
UI\WebParts\PersonalizationProvider.cs (1)
86
if (page.
IsPostBack
) {
System.Web.DynamicData (2)
DynamicData\ControlFilterExpression.cs (1)
53
if (!Owner.Page.
IsPostBack
) {
DynamicData\DynamicDataManager.cs (1)
187
RegisterControlInternal(dataBoundControl, dataSource, table, setSelectionFromUrl, Page.
IsPostBack
);
System.Web.Extensions (1)
UI\PageWrapper.cs (1)
66
return _page.
IsPostBack
;
System.Web.Mobile (10)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (2)
165
if (Page.
IsPostBack
&& Control.VisibleDate == DateTime.MinValue)
178
if (Page.
IsPostBack
)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (2)
147
if (Page.
IsPostBack
&& Control.VisibleDate == DateTime.MinValue)
160
if (Page.
IsPostBack
)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
143
if (Page.
IsPostBack
&& Control.VisibleDate == DateTime.MinValue) {
154
if (Page.
IsPostBack
) {
UI\MobileControls\MobilePage.cs (2)
683
if(
IsPostBack
) {
1048
if (!
IsPostBack
)
UI\MobileControls\PagedControl.cs (1)
266
(!Page.
IsPostBack
||
UI\MobileControls\ValidationSummary.cs (1)
146
if (!MobilePage.
IsPostBack
||