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
How do partial classes work in c#?
List out the differences between array and arraylist in c#?
What is difference between virtual and override in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
Why is it not a good idea to use empty destructors?
What is a sealed class?
What is a method signature?
What is cshtml?
Is java better than c sharp?
What are custom exceptions in C#?
Does c# have a 'throws' clause?
What is string in c# net?
Is php better than c#?
What is yield keyword?
What is default class in c#?