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 do you mean by “finalize” and “finally” methods in c#?
What are types of constructor?
what is an event? Define delegate?
How can I create image pieces/sub image?
What does it mean?
What is the difference between overriding and overloading in systemverilog?
What is string programming language?
What can you do as a .net developer?
What are the access modifiers in c#?
How to Show Message box in Metro Style App?
Is arraylist thread safe?
What is delegate in c#?
how to implement a web service in .net
When do you generally use a class over a struct?
What are different types of Delegates in C#?