2cs1010501 Web Development
2cs1010501 Web Development
Course Objective:
● This course is intended to make the students aware of web programming concepts.
● Students are expected to learn various terminologies related to web programming such as web server,
Server controls, web page life cycle, Ajax technology.
● learn advanced web development tools for database connections.
● The course aims to make the students formulate a website using web programming.
Subject Contents
Sr. Topics Total Weight
No. Hours (%)
1 Introduction to ASP.Net: 9 20
NET Framework components like CTS, CLS, CLR, CL, BCL, Metadata concept in
.NET.
Working With Asp.Net: Introduction to Web-Form and its events,
Asp.net Application Life Cycle, ASP.net Page Life Cycle, ASP.Net Server
Control Events, IIS Server, Difference between Window based and Web
based Applications.
2 Working with ASP.Net Standard Controls: 9 20
Label, TextBox, Button, Link Button, ImageButton, HyperLink, ListBox,
DropdownList, CheckBox, CheckboxList, RadioButton, RadioButtonList,
BulletedList, Image, Table, Panel, File Upload.
3 Validation Control: 10 20
RequiredFieldValidator, RangeValidator, RegularExpressionValidator,
CompareValidator, CustomValidator, ValidationSummary.
Rich Controls:
Calendar Control, AdRotator Control, MultiView Control.
Navigation Control:
Menu Control, TreeView Control,SiteMapPath Control. Ajax Technology:
Need of Ajax, ScriptManager Control, UpdatePanel Control, UpdateProgress
Control, Timer Control.
4 Introduction of Client – Server Process : Introductions about Client – Server 10 20
architecture , Comparison of Client – Server , characteristics of client process
, characteristics of server process, Desktop base Client server process , Web
based Client server process. Concept of Front-End and Back-End.
Comparison of Front-end and Back-end. Web based front-end and back-end
technology for project development.
5 ADO.NET Architecture: 10 20
Difference between ADO and ADO.NET, use of ADO.NET with its features.
ADO.NET architecture. Classes of ADO.NET – Connection, Command,
Adapter, Dataset, Data Reader with all the methods of each.
Reports:
Introduction of report, Creating Simple report.
PO. PO. PO. PO. PO. PO. PO. PO. PO. PO.1 PO.1 PO.1 PSO. PSO. PSO.
1 2 3 4 5 6 7 8 9 0 1 2 1 2 3
CLO.1 L H H H M M L L
CLO.2 M H M L H M
CLO.3 M L H H M L L M
CLO.4 L L M M L M M M
CLO.5 L M H M L M H
CLO.6 L H M H M M H H H H H M
List of References:
1. Beginning ASP.NET 4 in C# 2010 (Expert's Voice in .NET),By Matthew MacDonald (Author),Published by Apress.
2. C# 2010 Programming Black Book, By Kogent Learning Solutions Inc.
3. C# 4.0 The Complete Reference, By Herbert Schildt, Tata McGraw-Hill Publishing Company Limited.
https://www.w3schools.com/asp/
http://www.tutorialspoint.com/listtutorials/asp-dot-net/1
http://www.pragimtech.com/dot_net_tutorials_for_beginners.aspx
List of Experiments:
Note: The experiment list provided beneath is for reference only. The course teacher may change/formulate it as
per his/her methodology and requirement.
1. Write an ASP.Net Program to Print a Message 'Hello Web Programming “on web form.
2. Write an ASP.Net Program to create a simple web application using two or more web forms.
3. Write an ASP.Net Program to add the value of Textbox into Dropdown List and List box Controls.
4. Write an ASP.Net Program to Delete Items from Dropdown list and List box.
5. Write an ASP.Net Program to set Image on Image Control according to selection of image name from
dropdown list.
6. Write an ASP.Net program to calculate the age from the selected date using a calculator.
7. Write an ASP.Net Program to create a student admission form with all standard controls.
8. Write an ASP.Net Program to create Email Registration form with all validation controls.
9. Write an ASP.Net Program to implement Calendar Control.
10. Write an ASP.Net Program to implement AdRotator Control.
11. Write an ASP.Net Program using Menu Control.
12. Write an ASP.Net Program using TreeView Control.
13. Write an ASP.Net Program using Sitemap Control.
14. Write an ASP.Net Program to implement UpdatePanel Control.
15. Write an ASP.Net Program to implement UpdateProgress Control.
16. Write an ASP.Net Program to display data into GridView control using wizard.
17. Write an ASP.Net Program to demonstrate CRUD operation with SQL database.(Create, Read, Update,
Delete)
18. Write an ASP.Net Program to Signup Form record into SQL Database using coding method.
19. Write an ASP.Net Program to Login Form record into SQL Database using coding method.
20. Write an ASP.Net Program to create a simple report.