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
Describe paging in asp.net?
What is the purpose of session management?
What symbol specifies the beginning of a query string?
Explain exception filters?
What is different in .net 1.1 and .net 2.0?
What is the use of web.config and machine.config files?
Explain how asp.net different from asp?
What is state management react?
Where can I get information on cookies in asp.net?
When does a session actually start?
Explain global assembly cache.
What are the server controls in asp.net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are the event handlers that we can have in global.asax file?
What is is post back property in asp net?