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

If you want to write your own dot net language, what steps you will you take care?

0 Answers  


please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit

1 Answers   Netsweeper,


What are custom user controls in asp.net?

0 Answers  


Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


how to elimainte the similar data from the different tables

0 Answers  






how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


How we implement web farm and web garden concept in asp.net?

0 Answers  


What is advantage of code behind coding in ASP.NET?

0 Answers   Sans Pareil IT Services,


What tag do you use to add a hyperlink column to the DataGrid?

2 Answers   Siebel Systems,


diffrance between stored procedure & function in sql server?

2 Answers  


Categories