What is ispostback c#?



What is ispostback c#?..

Answer / Renu Yadav

isPostBack is a property in the Page class in ASP.NET C# that indicates whether the page is being posted back to itself (after a user action such as clicking a button) or if it's being accessed for the first time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is escape sequence in c#?

1 Answers  


Why would you use a class property in c#?

1 Answers  


Does C# supports multi-dimensional arrays ?

4 Answers   Microsoft,


How can I create image pieces/sub image?

1 Answers  


Difference between debug.write and trace.write?

1 Answers  


What?s class SortedList underneath?

1 Answers  


What does this keyword mean in c#?

1 Answers  


what is accessspecifier and explation each with example?

3 Answers  


Is c and c# the same?

1 Answers  


What are the differences between events and delegates in c#?

1 Answers  


What is the difference between a private assembly and a shared assembly?

1 Answers  


Can we throw exception from catch block

6 Answers   Microsoft,


Categories