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
What is form feed and carriage return?
Define boxing and unboxing in c#?
What types of object can I throw as exceptions?
Define collections?
What is desktop application testing?
Is c# an array?
What is nameof c#?
What is the difference between final finally and finalize in c#?
Can a dictionary have duplicate keys c#?
What will a loop recorder show?
What is the purpose of escape sequence?
What does assert() do in c#?
How do you encapsulate in c#?
What is use of abstract class in c#?
Is stringbuilder better than string?