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
How to fetch a data from one table to another table in asp.net ?
Why would a company use an application service provider?
Where is cookie used in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is sdlc process?
What is the concept of postback in asp.net?
What does mvc represent in asp.net? : asp.net mvc
How can you handle errors in Web API?
Is asp.net is a programming language?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How to find last error which occurred in Asp.net ?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is difference between session and application in asp net?
How does asp.net page work?