what is the purpose of postback?
Answers were Sorted based on User's Feedback
Answer / rahul sriram
Postback is a propery in which it is alerted to the
webserver. For a instance if there is a submit button, and
when the user click the button the particular page will not
be sent to the webserver which was triggered by the user.
Instead of that, the postback propery ensures an alert
message to the webserver that if the submit button is
clicked the page should be fired.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / suriya
by default controls on microsoft asp.net web pages tat
causes a postback such as the button control,postback to
same page for processing.
how ever you can configure cntrols to post to a different
page within the same application,to do tis use the postback
URL property of the control to specify the page to which
the control should post
| Is This Answer Correct ? | 2 Yes | 0 No |
Why multiple inheritance is removed in java?
___ method used to move a recordset pointer in nth position in DAG.
Diff between Proc transpose and Arrays with example?
if heap sort contains n elements, no of comparsions required are
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
what is difference between object oriented programming structure and object oriented programming system?
how many languages .net is supporting now?
What is SOLID Principle in Programming Language?
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
what are importance in problem tracking
How many types of list exist in the HTML
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.