Wednesday 6 June 2012

ASP.NET ASSIGNMENT


ASP.NET PROJECT

Submission Date: 26th August,12

CRITERIA:
Create one group and group member is only 2.
Each group finds internal project submission topic yourself.
Refer all Concern ASP.NET book

Exercise 1:
Include below concept of asp.net
  1. Use Master Page
  2. Create Menu
2.1  Menu items Home, service, gallery, contact us, about us
2.2  Menu is either in horizontal or in vertical
  1. Create Register Page of concern project topic
  2. Use Proper Web server control
  3. In Register Page, Use all Validation control of asp.net
  4. Create Entity class
  5. Create database class to store Entity class object and retrieve
  6. Create DataBinding to Display information GridView or DataList control using custom template

Exercise 2:

  1. Create One Page that page having one ListBox and one DropDownList when you select listBox item then item should display on same page and associated data will display in DropDownList using ViewState Demo
  2. Create Login Page using CrossPage Demo with suitable example
  3. Create Query String Demo
  4. Create Cookie Demo
  5. Create Session state Demo
  6. Create Application Demo
  
Exercise 3:

  1. Use point of exercise 1 in exercise 3
  2. Create Add, Update or Delete of database table using ADO.NET
  3. Data should display in GridView or DataList control 
  4. Create one page for image upload in Image folder
  5. Use ViewState and Session State

No comments:

Post a Comment