Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Clearly Explain the ispostback

Answers were Sorted based on User's Feedback



Clearly Explain the ispostback..

Answer / 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

Clearly Explain the ispostback..

Answer / kaushal

Ispostback (page.ispostback()) is a method which represents
whether the page state of page is postback or first time
loaded. If the page is postback it returns True and False
for the First Time loaded

Is This Answer Correct ?    13 Yes 2 No

Clearly Explain the ispostback..

Answer / raj

Ispostback is a method which represents whether the page
state of page is postback or first time loaded or it’s a
round robin process. If the page is postback it returns
True and False for the First Time loaded. The result will
come as Binary 0,1.

Is This Answer Correct ?    7 Yes 1 No

Clearly Explain the ispostback..

Answer / rohit

hey one mistake is there in place of before thr is after

Is This Answer Correct ?    6 Yes 2 No

Clearly Explain the ispostback..

Answer / rameshp

Post back means all form fields and other controls can be
declared to run on the server, and the server simply posts
the page back to itself and performs all the validation,
display and actions.

Is This Answer Correct ?    6 Yes 2 No

Clearly Explain the ispostback..

Answer / deepak

this indicate all action will perform before page will be
post back like
if(ispostback)
{
}

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Can you explain the basic use of dataview?

0 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


asp.net interview questions

0 Answers  


What are standard controls?

0 Answers  


How do you declare static variable?

0 Answers  


What is a query string in a url?

0 Answers  


Is viewstate enabled by default?

0 Answers  


Which tool you have done?

0 Answers  


what is COM Object in Dot net?

6 Answers   CTS,


What is asp.net introduction?

0 Answers  


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

0 Answers   Siebel,


Types of configuration files and their differences ?

2 Answers   Accenture,


Categories