You are on page 1of 2

Library Application Form

This web application is used for library registration present in the city. There are many
library with different types of subscription facilities and membership fees. Our application
provides the registration form and displays registration details in a tabular manner with
action. Insert few records into master tables from database side.
It provides registration form as shown in image below, while form loading the library name
drop down list will be populated. Upon selection of any library name, subscription
supported by that library will be populated in subscription type drop down.
Write a procedure through which we can avail subscription facility through the different
libraries of the city. Provide some actions with library name drop down, subscription type
drop down, register button and a Subscription Card form. Subscription Card form will
contain all the necessary information like Library Id, Subscription Id, Applicant Name, Email
Id, Mobile No, Gender, DOB.

Then fill-up applicant details and store it in database with following constraints
 Applicant name must be more than 3 character long and contains only alphabets.
 Use basic email and mobile number validation.
 Date must be in [dd/mm/yy] format.
 While uploading the image, path will be stored in database and save image in file
system.
Table Structure

Library Master- Library Id, Library Name.


Subscription Master- Subscription Id, Subscription Type, Library Id, Fees.
Registration Details- Reg Id, Applicant Name, Email Id, Mobile No, Gender, DOB, Image Path,
Library Id, Subscription Id.

You might also like