InterviewSolution
Saved Bookmarks
| 1. |
What Is The Significance Of Process Form Data()? |
|
Answer» For a ‘POST’ REQUEST the data on the page is binded to the VIEW object in this method. For a ‘POST’ request the data on the page is binded to the view object in this method. |
|