K
Kevin C
Can someone tell me how the value of IsPostBack is determined? Does it
float around with viewstate? The code to retrieve the value looks like the
following (Reflector - shame on me J ):
public bool get_IsPostBack(){ if (this._requestValueCollection == null)
{ return false; } return !this._fPageLayoutChanged;}I
am having an issue issueing requests between 2 different servers (BigIP) in
which the IsPostBack value is coming back as False when the request is
served by the other server. Shouldn't the IsPostBack property work fine
across load balance servers.
float around with viewstate? The code to retrieve the value looks like the
following (Reflector - shame on me J ):
public bool get_IsPostBack(){ if (this._requestValueCollection == null)
{ return false; } return !this._fPageLayoutChanged;}I
am having an issue issueing requests between 2 different servers (BigIP) in
which the IsPostBack value is coming back as False when the request is
served by the other server. Shouldn't the IsPostBack property work fine
across load balance servers.