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

Can the nested class access, the containing class. Give an example?

0 Answers  


Why do we need generics?

0 Answers  


What is an int c#?

0 Answers  


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


What is the use of dll file in c#?

0 Answers  


What is scope c#?

0 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


What are the different types of comments in c#?

0 Answers  


What is activator c#?

0 Answers  


What is type cast in C#?

0 Answers   TryTechnicals Pvt Ltd,


How to use nullable types in .net?

0 Answers  


What are the differences between value types and reference types?

0 Answers  


Categories