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
Is array immutable in c#?
What is the use of functional interface?
What is the difference between public, static, and void?
What is the process of Serialization?
Explain the types of errors in c#?
Why is static constructor called first?
What is a linq in c#?
What is data dictionary in c#?
What is an actual parameter?
How to reverse each word in a string using c#?
What is connection pooling in ado.net?
What is namespace in oop?
How to use exception handling in stored procedure?
What are destructors in C#?
Explain the feature of c# language?