Raja

Raja

  • 545
  • 2k
  • 346.3k

Why we use (!IsPostBack) in c#?

May 9 2016 1:16 AM
What is the use of (!IsPostBack)

if
(!IsPostBack)
{
 // Validate initially to force asterisks
 // to appear before the first roundtrip.
Validate();
 }

Answers (5)