Clearly Explain the ispostback

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


Please Help Members By Posting Answers For Below Questions

Describe paging in asp.net?

762


What is the purpose of session management?

597


What symbol specifies the beginning of a query string?

627


Explain exception filters?

671


What is different in .net 1.1 and .net 2.0?

642






What is the use of web.config and machine.config files?

733


Explain how asp.net different from asp?

657


What is state management react?

592


Where can I get information on cookies in asp.net?

657


When does a session actually start?

657


Explain global assembly cache.

669


What are the server controls in asp.net?

548


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

761


What are the event handlers that we can have in global.asax file?

597


What is is post back property in asp net?

620