Answer Posted / vasanth
if(page.ispostback)
{
//Executed this code when page is posted back from the server
}
else
{
//Executed this code when page is posted for the first time
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is copy constructor?
What is ilist c#?
What is the difference between a field and a property in c#?
What is executenonquery c#?
Is c# used for frontend or backend?
What is the difference between serialization and deserialization in c#?
Different between method overriding and method overloading?
Why array is faster than arraylist in c#?
What does == mean in c sharp?
Do extension methods have to be static?
Is ram a heap?
Can constructor be overloaded in c#?
What to implement on my class Finalize or IDisposable
Why do we need generics?
Why we use delegates in c#?