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 web.config file in asp?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is an asp.net validator? And, mention its types.
How can you apply a theme to your asp.net application?
What is asp.net architecture?
Can we store object in viewstate?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Is LINQ performance wise better or using sqlcommand?
What are Master Pages in ASP.NET? or What is a Master Page?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is enableviewstate in asp net?
Securitywise What are the Enhancements in 2.0?
Why do you use the app_code folder in asp.net?
Can we set master page as a start page?
What is a web api endpoint?