5
Reply

Why we use (!IsPostBack) in c#?

Raja

Raja

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

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

Answers (5)