INTRODUCTION TO NET
BASICS OF NET FRAMEWORK
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Template, Component
|
|
CLR, CTS
|
|
HTML Forms, Web services
|
|
Windows, desktop
|
Detailed explanation-1: -Web Forms are pages that your users request using their browser. These pages can be written using a combination of HTML, client-script, server controls, and server code.
Detailed explanation-2: -A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields.
Detailed explanation-3: -A web form is a medium that allows your visitors to get in contact with you and to send information, such as an order, a catalog request, or even a query, which is passed on to your database. On some websites, information that is submitted through web forms is transferred directly to the company e-mail.
Detailed explanation-4: -Web Forms are made up of two components: the visual portion (the ASPX file), and the code behind the form, which resides in a separate class file.
Detailed explanation-5: -Introduction: Creating a Web Form. Step 1: Open Notepad. Step 2: Save the File As Index. Step 3: Type a Standard Html Page’s Format. Step 4: Give the Page a Name and Create the Form. Step 5: Add Fields to the Form. Step 6: Go to Your Documents Folder and Open the Web Page.