Answer Posted / deepak
this indicate all action will perform before page will be
post back like
if(ispostback)
{
}
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the difference between user control and custom control?
What is Web API Routing?
Explain diff. Between friend and protected friend?
Explain an object, class and method.
What is repository pattern in mvc.net? : asp.net mvc
Explain how can we inherit a static member?
State differences between MVC and WebAPI
Explain the features that make asp.net more used framework? : asp.net mvc
What is application Object?
What is the state management in asp.net?
What is the difference between user control an custom control?
What is the parent class of all web server control?
What is a web api? Which protocol is used in a web api?
What are the Types of object in asp
In early binding will the method invoked on com component will verify it?s existance in the system or not ?