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
Which method is used to perform all validation at the page level?
Can I have a unique key as foreign key?
What is the difference between login controls and forms authentication?
What is state management react?
What is a form tag?
What is ashx file in asp.net?
What is viewstate information stored?
Can we add code files of different languages in app_code folder?
Define managed code and managed data in .net?
What are the asp.net server side objects?
Define the steps to set up validation control.
What is session in web technology?
What is protected configuration?
Explain the path instructions in xaml?
What are the various session state management options provided by asp.net?