1.FMS(File Management System).
2.RDBMS(Relational Database Management System).
ASP.Net Assignments
Assignment1:
This assignment uses asp:TextBox controls to implement a guestbook. After entering the information, click the "Submit" button to display the entries, along with previous entries, in an asp:Listbox control.
| Visitors: | ||||||||||||||
Assignment 2
This assignment uses asp:TextBox, asp:RadioButton, asp:DropDownList, and asp:CheckBox controls to conduct a survey. Entered information is displayed in a series of asp:Label controls when the "Submit" button is clicked. The tables used to format the display have border="1" attributes so you can see the page layout.
Please fill out the following survey:
|
| ||||||||||
Assignment 3:
Create a registration page. It should contain text boxes for at least first name, last name, Address, city, state, zip, and email address. It should also include a checkbox list of several (at least 5 )Newsletters.
Last name, first name and email are required fields and at least one newsletter must be checked. After they have clicked ok, you should load a page that has all their information and the Newsletters they have checked.Use Validator controls for validation.
Assignment 4
Create a contact us form using ASP.NET and web controls that does the following:
Assignment 5
Create a three step form. Step 1 should contain text boxes asking for a first name and lastname, and a continue button. Step 2 should contain a dropdownlist entitled "Describe Mark Frantz" and have 3 listitems in it. It should have a continue button, and a previous button. The previous button should go back to step 1, while the continue button should go to Step 3, which should just display what the user filled out in steps 1 and 2.(use QueryString/Sessions)
Assignment 6
Using ViewState implement a shopping cart that lets you add up items from a
dropdown listbox to a ArrayList and on clicking the button VIEW CART displays:
(a) The total number of items selected
(b) A list of all the items in the cart