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 are Authentication and Authorization?
Differentiate between client-side and server-side validations in web pages.
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How do we implement bundling in MVC?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are sessions used for?
What is the usie of activex control in .net?
What is the difference between session and viewstate?
How does ASP.NET framework maps client side events to Server side events.?
What is asp.net master page?
Define repository pattern in mvc.net? : asp.net mvc
What are the cookies types in asp.net?
What is fulltrust?
What is use of Master Page in ASP.NET web pages?