what is PostBack Property exactly ? when It Returns True?
when it Returns False?



what is PostBack Property exactly ? when It Returns True? when it Returns False?..

Answer / neha

when some event is fired like drop down's text changed then
page is posted back from server to client.
for the very first time when the page loads then postback
is false and after postback it return true

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What r all the controls in ASP.NET ?

3 Answers  


When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


explain code with multi inhertance

0 Answers  


Difference between abstract class and interface

2 Answers   Fidelity,


Explain the difference between authentication and authorization.

0 Answers  






Explain the differences between Server-side and Client-side code?

12 Answers   Cognizant, CTS, Siebel Systems, Visual Soft,


What are session objects?

0 Answers  


I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.

4 Answers  


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,


How to reduce the Page size in asp.net?

4 Answers   CTS,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


What is the difference between user control and custom control?

0 Answers  


Categories