5
Answers

Why we use (!IsPostBack) in c#?

Raja

Raja

8y
241
1
What is the use of (!IsPostBack)

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

Ashwani Bakshi

NA 286 3.7k 7y
https://www.codeproject.com/Articles/1024172/Global-Service-Bus-Architecture-in-Csharp
https://msdn.microsoft.com/en-us/magazine/dd569756.aspx