In VB MDI form is created by adding MDI Form to the project and adding child forms by setting MDICHILD property of the child form. In .NET there is no MDI form,...
We can use a simple JavaScript code linked to an event trigger of any form field. In the JavaScript code, we can call the document.form.submit() function to sub...
When users clicks the submit button, files specified in the will be transferred from the browser to the Web server. This transferring (uploading) process i...
We can make use of more than one form beans in a single Action class.By default every form bean object will be stored in the session.If we take the registrati...
Get & Set are not compalsary for each form. when you specify type as DyanActionForm in the form bean in struts-config.xml as below, with each field declared as...
When one form invokes another form by executing New_form, Oracle Forms exists the first form and releases its memeory before loading the new form. Calling NEW_F...
when one form invokes another form by executing OPEN_FORM, the first form remains displayed, and operators can navigate between the forms as desires.
When one...
CALL_FORM : It calls the other form. but parent remains active, when called form completes the operation , it releases lock and control goes back to the calling...
When a form is submitted in classic ASP, all form values are cleared. Suppose you have submitted a form with a lot of information and the server comes back wit...