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...


define ispostback and give some examples

Answers were Sorted based on User's Feedback



define ispostback and give some examples ..

Answer / khyati

When the page is executed for the first time this method
will return the value TRUE else FALSE

IsPostBack returns bool value and returns TRUE only for the
first time execution/loading of the page

Is This Answer Correct ?    13 Yes 0 No

define ispostback and give some examples ..

Answer / vasanth

if(page.ispostback)
{
//Executed this code when page is posted back from the server
}
else
{
//Executed this code when page is posted for the first time
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What?s a satellite assembly?

1 Answers  


What are the advantages of clr procedure over t-sql procedure?

0 Answers  


Is namespace necessary in c#?

0 Answers  


Explain anonymous type in c#?

0 Answers  


List some Advantages of switch-case over if else?

0 Answers  


What is a view? What is the use of it?

0 Answers   Accenture,


What is datagrid c#?

0 Answers  


What is event sourcing in c#?

0 Answers  


Give an example of removing an element from the queue?

0 Answers  


What is difference between c and c sharp?

0 Answers  


Is string primitive?

0 Answers  


What is difference between string and string builder?

0 Answers  


Categories