What is the difference between Postback and Ispostback
Property?
Answer Posted / sanjay maurya
postBack is a event is reload page on the server.
And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Describe the events in the life cycle of a web application.
What are the versions of garbage collection?
What are the validation controls available in ASP.NET?
Out of ASP or ASP.NET which one is stateless?
Explain the concept of event bubbling in ASP.NET?
Describe the differences between the lifecycles of Windows services and Standard EXE?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How can u deifne the benefits and limitation of using Viewstate for state management?
To display data in a Repeater control which template you provide?
What is asp.net used for?
Describe the difference between inline and code behind - which is best in?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Do you know about caching with the datasource controls?
What is marshalling ? Is it a part of asp.net ?