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 the Types of object in asp
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Which is better session or viewstate?
What is asp.net web application?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Is asp.net mvc still used? : Asp.Net MVC
What is web api config?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is parse in asp.net?
What is difference between session and viewstate?
List the advantages and disadvantages of user control an custom control?
What is the difference between session and viewstate?
Where you store Connection string in "Web.Config" file in ASP.NET?
Can asp.net work on an nt server?