About Postback ?

Answers were Sorted based on User's Feedback



About Postback ?..

Answer / navin.cp

It is a property which give info. that the request has came
from new established session or the request is from old session.
It return true or false. If true, means a new session
arrived for the page else the request is from old session
for the page.

Is This Answer Correct ?    9 Yes 2 No

About Postback ?..

Answer / ponkarthik

Postback is another name for HTTP POST. In an interactive
webpage, the contents of a form are sent to the server for
processing some information. Afterwards, the server sends a
new page back to the browser.

Is This Answer Correct ?    2 Yes 0 No

About Postback ?..

Answer / saravanakumar

is Page Refresh to communicate the server side code executed.

Is This Answer Correct ?    1 Yes 1 No

About Postback ?..

Answer / selvakumar

When the entire page and it's contents sent back to server for processing

Is This Answer Correct ?    1 Yes 1 No

About Postback ?..

Answer / mahesh babu ummaneni

When We want to Exicute the page at the serverside autopost back is re execute at the server side

Is This Answer Correct ?    0 Yes 0 No

About Postback ?..

Answer / rajeev

if action attribute of the form tag is not declared then
page goes to itself.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Explain the updatepanel?

0 Answers  


What is query string? What are its advantages and limitations?

0 Answers  


Why do we use Option Explicit?

2 Answers   Microsoft,


What is cookies in asp net?

0 Answers  


Difference between connected architecture and Dissconnected architecture?

2 Answers  






What is difference between inproc and outproc?

0 Answers  


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


List the asp.net validation controls?

0 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


Define cookie.

0 Answers  


What is cache in asp net?

0 Answers  


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


Categories