1
Answer

Create an ASP.NET Web Forms application using simple server controls.

Create an ASP.NET Web Forms application using simple server controls. a. Design a Student Registration Form using the following ASP.NET controls: i. Label and TextBox to accept Student Name ii. RadioButton to select Gender (Male/Female) iii. DropDownList to select Course (BSc IT, BSc CS, BCA) iv. CheckBox for accepting Terms & Conditions v. Calendar control to select Date vi. Button control to submit the form vii. Label control to display the output b. Create a Registration form to demonstrate use of various Validation controls. c. Create Web Form to demonstrate use of Adrotator Control.

Answers (1)