Mohamed Magdy
-2
Q:

!IsPostBack

private void Page_Load()
{
    if (!IsPostBack)
    {
        // Validate initially to force asterisks
        // to appear before the first roundtrip.
        Validate();
    }
}
1
[System.ComponentModel.Browsable(false)]
public bool IsPostBack { get; }
0

Related

New to Communities?

Join the community