[go: up one dir, main page]

0% found this document useful (0 votes)
36 views2 pages

Journal

Uploaded by

lisamultani381
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views2 pages

Journal

Uploaded by

lisamultani381
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

No. Date Particulars Page Sign.


1 Create a web page to make the use of calendar
control to select your birth date and display it
on the label. Apply Internal CSS using
CssClass.
2 Create a registration form in ASP.NET Web
Forms using the following controls: TextBox,
Button, CheckBox, Label, LinkButton, and
RadioButton. The form should be arranged
using a tabular layout for clarity and ease of
use. When the user submits the form by
clicking the Button control, the submitted
information should be displayed directly on the
same page using Label controls.
3 Create a login form in ASP.NET Web Forms
using “Login Control”. When the user enters
their username and password and clicks the
login Button, a message indicating a successful
or failed login attempt should be displayed on
the same page using a Label control.
4 Apply validation controls in Registration
form’s Fields
First Name, Last Name, Email, Username,
Password, Confirm Password, Birthdate, Age,
Address, City, Gender.
All fields must not null:
RequiredFieldValidator
Email : RegularExpressionValidator
Age: RangeValidator
City: CustomValidator [“Navsari”]
Password & Confirm Password:
CompareValidator
Apply External CSS and Theme.
5 When the user submits the registration form,
their input data should be stored in a SQL
Server database. When the user submits the
login form, the application should verify the
credentials by checking them against the stored
values in the database. If authentication is
successful, a welcome message and user details
should be displayed using Label controls on the
same page. The application should also use a
Master Page to provide a consistent layout
across all pages.
6 Create a web page that provides complete
functionality for inserting, updating, deleting,
viewing, and searching records within a
database. The data should be displayed in a
GridView to allow users to easily view and
interact with the information. Upon clicking the
"Search" button, when the search is performed,
the results matching the search query should be
dynamically displayed in the same GridView
format.
7 Implement session management in a web
application to maintain the user’s login state
after successful authentication. Once a user
logs in, their session should be preserved so
that they remain logged in while navigating
through multiple pages.
8 Create a website for online hospital appointment
system in which user can login and book
appointment for particular doctor. Also give
searching facility for particular doctor.
9 Develop a web site for "Online Book Store"
with following functionalities.
1) Insert, Update and Delete Book Details.
2) Display the books author wise, title wise
and price wise.
Display the book having maximum number of
copies.

You might also like