Answer Posted / vikas
Usually used inside the Page_Load event handler, IsPostBack
checks if the page is being requested by client for the
first time or whether it is being sent as a result of a
postback(form submission). This help you change (or
maintain) the content on the page depending on the type of
request (fresh or postback).
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is the life cycle of web page?
What is difference between asp state management and asp.net state management?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What are the session variables?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is mta?
What are the different types of Caching techniques in ASP.NET?
What are the validation controls available in ASP.NET?
Which is an advantage of application service providers?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is server side session management?
What is difference between viewstate and session in asp net?
How can we create pie chart in asp.net?
How you will improve web application performance?
What is a runtime version?