问题在!ispostback

时间:2009-11-05 12:28:14

标签: asp.net vb.net

我有问题!IspostBack 我正在使用水晶报告,我使用(如果不是ispostback)设置X,在其他地方检索X. 问题是它在某些页面中正常工作而在其他页面中不起作用。 这段代码示例。

If Not Page.IsPostBack Then
     Session("VehicleStatusSelectionFormula") = SelectionFormula
Else
     SelectionFormula = Session("VehicleStatusSelectionFormula")
End If

注意:是(“EnableViewStateMac =”false“)make if if ispostback不起作用? 因为不起作用的页面在页面注册中有这个

<%@ Page Language="vb" AutoEventWireup="false" CodeFile="ReportsVehicleStatusScript.aspx.vb" Inherits="ReportsVehicleStatusScript" **EnableViewStateMac="false"**  %>

我需要一些帮助,为什么它在某些页面而不是在其他页面中工作?

感谢。

最后我发现了问题: 就像我在上一篇文章中所说的那样(“EnableViewStateMac =”false“)它使ispostback一直都是真的。

1 个答案:

答案 0 :(得分:0)

最后我发现了问题:问题就像我在上一篇文章中说的那样(“EnableViewStateMac =”false“)它使得ispostback一直是真的