Geo Spatial Solution Project
Geo Spatial Solution Project
A Project work submitted to the jesu arts and science college alangudi in partial fulfillment of
requirements the awards of the degree of
1.M.VIJAYAKUMAR-(REG NO:CB20S202133)
2.M.VINITHA-(REG NO:CB20S202134)
3.S.VISHNU-(REG NO:CB20S202135)
4.R.YOGESWARI-(REG NO:CB20S202136)
Guided by
M.PANDIDURAI MCA.,M.Phil.,B.Ed.,
CERTIFICATE
This is to certify that the project “GEO SPATIAL SOLUTION PROJECT” Submitted by
1.M.VIJAYAKUMAR-(REG NO:CB20S202133)
2.M.VINITHA-(REG NO:CB20S202134)
3.S.VISHNU-(REG NO:CB20S202135)
4.R.YOGESWARI-(REG NO:CB20S202136)
In partial fulfillment of the requirement for the award of the degree of B.Sc
COMPUTER SCIENCE has been carried out under my guidance and
supervision during the academic year 2022-2023
EXTERNAL EXAMINERS
1.
2.
Mr.M.pandidurai MCA., M.Phil,B.Ed.,
Assistant Professor
Alangudi-622301
CERTIFICATE
done by
1.M.VIJAYAKUMAR-(REG NO:CB20S202133),2.M.VINITHA-(REG
NO:CB20S202134),3.S.VISHNU-(REG
NO:CB20S202135),4.R.YOGESWARI-(REG NO:CB20S202136) Under my
guidance and supervision.
DATE:
1.VIJAYAKUMAR.M
2.VINITHA.M
3.VISHNU.S
4.YOGESWARI.R
S.N TITLE PAGE NO
O
ABSTRACT
1 INTRODUCTION
2 SOFTWARE SPECIFICATION
2.1 Hardware Requirements
2.2 Software Requirements
2.3 Functional Requirements
3 SYSTEM ANALYSIS
3.1 Introduction
3.2 Analysis Model
3.3 Study of the system
3.4 Problem in existing system
3.5 Proposed system
3.6 Feasibility study
4 SYSTEM DESIGN
4.1 ER Diagram
4.2 Data flow diagram
4.3 UML diagram
4.4 Class diagram
5 SYSTEM TESTING
5.1 Unit Testing
5.2 White Box Testing
5.3 Basic Path Testing
5.4 Conditional Testing
5.5 Data Flow Testing
5.6 Loop Testing
6 IMPLEMENTATION
6.1 Source Code
6.2 Screen Layout
7 FUTURE ENHANCEMENT
8 CONCLUSION
BIBLIOGRAPHY
ABSTRACT
Local bodies like municipalities need collect different kind of taxes from
the citizens. Every citizen need to pay Water Bills and Electricity Bills to the
particular authorities. Actually a citizen want to pay his municipal tax means he
should go to municipal office and collect the necessary bill, pay there only. Same
as water and electricity bills. This is not an easy job to get all these tax
information in different authorities now days.
For that purpose we are developing this application, which can collect the tax
information from different authorities based on the house no’s and owner name by
using Web Services and stores the data in our own database. For getting the
information regarding taxes citizens need to register first. The bill are calculating
on different modes like annual, half yearly, quarterly etc...
By using the user id and password citizens can log into the system and collect
the necessary information from the home page. For this every user need to provide
his house no and owner name. By clicking on the search button they will get their
own
House Details
Electricity Bill Details
Water Bill Details
Municipality Bill Details
Pending Bills
Dues
Web services play vital role here. Why because this system get the information
from other sources. A web service is only capable to get the information from other
sources.
1. INTRODUCTION
Local bodies like municipalities need collect different kind of taxes from the
citizens. Every citizen need to pay Water Bills and Electricity Bills to the
particular authorities. Actually a citizen want to pay his municipal tax means
he should go to municipal office and collect the necessary bill, pay there only.
Same as water and electricity bills. This is not an easy job to get all these tax
information in different authorities now days.
For that purpose we are developing this application, which can collect the
tax information from different authorities based on the house no’s and owner
name by using Web Services and stores the data in our own database. For
getting the information regarding taxes citizens need to register first. The bill
are calculating on different modes like annual, half yearly, quarterly etc...
2. SOFTWARE REQUIREMENT SPECIFICATION
OUTPUT DESIGN
Outputs from computer systems are required primarily to communicate the
results of processing to users. They are also used to provides a permanent copy of
the results for later consultation. The various types of outputs in general are:
OUTPUT DEFINITION
For Example
The outputs were needed to be generated as a hot copy and as well as queries to be
viewed on the screen. Keeping in view these outputs, the format for the output is
taken from the outputs, which are currently being obtained after manual
processing. The standard printer is to be used as output media for hard copies.
INPUT DESIGN
Input design is a part of overall system design. The main objective during
the input design is as given below:
Data recording
Data transcription
Data conversion
Data verification
Data control
Data transmission
Data validation
Data correction
INPUT TYPES:
INPUT MEDIA:
At this stage choice has to be made about the input media. To conclude
about the input media consideration has to be given to;
Type of input
Flexibility of format
Speed
Accuracy
Verification methods
Rejection rates
Ease of correction
Storage and handling requirements
Security
Easy to use
Portability
Keeping in view the above description of the input types and input media, it
can be said that most of the inputs are of the form of internal and interactive. As
Input data is to be the directly keyed in by the user, the keyboard can be considered
to be the most suitable input device.
ERROR AVOIDANCE
At this stage care is to be taken to ensure that input data remains accurate
form the stage at which it is recorded up to the stage in which the data is accepted
by the system. This can be achieved only by means of careful control each time
the data is handled.
ERROR DETECTION
Even though every effort is make to avoid the occurrence of errors, still a
small proportion of errors is always likely to occur, these types of errors can be
discovered by using validations to check the input data.
DATA VALIDATION
Procedures are designed to detect errors in data at a lower level of detail.
Data validations have been included in the system in almost every area where there
is a possibility for the user to commit errors. The system will not accept invalid
data. Whenever an invalid data is keyed in, the system immediately prompts the
user and the user has to again key in the data and the system will accept the data
only if the data is correct. Validations have been included where necessary.
The system is designed to be a user friendly one. In other words the system
has been designed to communicate effectively with the user. The system has been
designed with popup menus.
It is essential to consult the system users and discuss their needs while
designing the user interface:
1. User initiated interface the user is in charge, controlling the progress of the
user/computer dialogue. In the computer-initiated interface, the computer
selects the next stage in the interaction.
2. Computer initiated interfaces
In the computer initiated interfaces the computer guides the progress of the
user/computer dialogue. Information is displayed and the user response of the
computer takes action or displays further information.
USER_INITIATED INTERGFACES
COMPUTER-INITIATED INTERFACES
1. The menu system for the user is presented with a list of alternatives and the user
chooses one; of alternatives.
2. Questions – answer type dialog system where the computer asks question and
takes action based on the basis of the users reply.
Right from the start the system is going to be menu driven, the opening
menu displays the available options. Choosing one option gives another popup
menu with more options. In this way every option leads the users to data entry
form where the user can key in the data.
3.1 Introduction
After analyzing the requirements of the task to be performed, the next step is
to analyze the problem and understand its context. The first activity in the phase is
studying the existing system and other is to understand the requirements and
domain of the new system. Both the activities are equally important, but the first
activity serves as a basis of giving the functional specifications and then successful
design of the proposed system. Understanding the properties and requirements of a
new system is more difficult and requires creative thinking and understanding of
existing running system is also difficult, improper understanding of present system
can lead diversion from solution.
3.2 Analysis Model
SDLC METHDOLOGIES
This document play a vital role in the development of life cycle (SDLC) as it
describes the complete requirement of the system. It means for use by
developers and will be the basic during testing phase. Any changes made to the
requirements in the future will have to go through formal change approval
process.
At the customer option, the entire project can be aborted if the risk is
deemed too great. Risk factors might involved development cost
overruns, operating-cost miscalculation, or any other factor that could, in
the customer’s judgment, result in a less-than-satisfactory final product.
The preceding steps are iterated until the customer is satisfied that the
refined prototype represents the final product desired.
The operational or generic user interface helps the users upon the system in
transactions through the existing data and required services. The operational user
interface also helps the ordinary users in managing their own information helps the
ordinary users in managing their own information in a customized manner as per
the assisted flexibilities
NUMBER OF MODULES
The system after careful analysis has been identified to be presented with the
following modules:
Module Description
1. Administrator
2. Citizen’s
3. Web Services
5. Search
6. Reports
7. Authentication
Administration
Administration is the main person of this system. He can have all the
privileges to do anything in this system. Admin can get the information regarding
citizen’s water bills, electric bills, and municipal taxes from various sources. For
that administrator need to send a request for that particular authority throw web
services.
Citizens
People who are living in that municipality area are called as citizens.
Citizens need to pay water bill, electricity bill, property tax for a certain of
intervals. By using this system interface citizen’s know their different bill
amounts, pending bills, due dates etc.
Web Services
Water Bills
Electricity Bills
Property Taxes
Pending Bills
Penalties
Due Dates
The existing system is a manual system. Here the employees needs to save the
information in the form of excel sheets or Disk Drives. There is no sharing is
possible if the data is in the form of paper or Disk drives. The manual system gives
us very less security for saving data; some data may be lost due to is management.
It’s a limited system and fewer users friendly. Searching of particular information
is very critical it takes lot of time. Gathering information of different sources is not
an easy job, data will be mismanaged. Calculating different bills manually going to
be as a process of mistake. There is no interface to provide various bills in the
existing system. In the existing system citizen get the bills information manually,
in various authorities like water board, electricity department, property tax
department etc.
The development of this new system contains the following activities, which try
to automate the entire process keeping in the view of database integration
approach. User Friendliness is provided in the application with various controls
provided by system Rich User Interface. The system makes the overall project
management much easier and flexible. It can be accessed over the Intranet. The
employee information can be stored in centralized database which can be
maintained by the system. This can give the good security for user information
because data is not in client machine. Authentication is provided for this
application only registered Users can access. There is no risk of data management
at any level while the project development is under process. The automated system
will provide to the employees for reliable services. The proposed system using
web services, a web service can get the information from other sources also. There
no burden of calculating water, electric, house tax bills in this system, by sending a
request to the particular authority via web service we can get all the information
regarding these issues.
The technical issue usually raised during the feasibility stage of the
investigation includes the following:
OPERATIONAL FEASIBILITY
Proposed projects are beneficial only if they can be turned out into
information system. That will meet the organization’s operating requirements.
Operational feasibility aspects of the project are to be taken as an important part of
the project implementation. Some of the important issues raised are to test the
operational feasibility of a project includes the following: -
The well-planned design would ensure the optimal utilization of the computer
resources and would help in the improvement of performance status.
ECONOMICAL FEASIBILITY
A system can be developed technically and that will be used if installed must
still be a good investment for the organization. In the economical feasibility, the
development cost in creating the system is evaluated against the ultimate benefit
derived from the new systems. Financial benefits must equal or exceed the costs.
Introduction
The importance can be stated with a single word “Quality”. Design is the
place where quality is fostered in software development. Design provides us with
representations of software that can assess for quality. Design is the only way that
we can accurately translate a customer’s view into a finished software product or
system. Software design serves as a foundation for all the software engineering
steps that follow. Without a strong design we risk building an unstable system –
one that will be difficult to test, one whose quality cannot be assessed until the last
stage.
Insertion anomaly: Inability to add data to the database due to absence of other
data.
Update anomaly: Data inconsistency resulting from data redundancy and partial
update
Normal Forms: These are the rules for structuring relations that eliminate
anomalies.
A relation is said to be in first normal form if the values in the relation are
atomic for every attribute in the relation. By this we mean simply that no attribute
value can be a set of values or, as it is sometimes expressed, a repeating group.
Transitive Dependency: If two non key attributes depend on each other as well as
on the primary key then they are said to be transitively dependent.
The entity Relationship Diagram (ERD) depicts the relationship between the
data objects. The ERD is the notation that is used to conduct the date modeling
activity the attributes of each data object noted is the ERD can be described
resign a data object descriptions.
The set of primary components that are identified by the ERD are
Data object
Relationships
Attributes
Various types of indicators.
The primary purpose of the ERD is to represent data objects and their
relationships.
The idea behind the explosion of a process into more process is that
understanding at one level of detail is exploded into greater detail at the next level.
This is done until further explosion is necessary and an adequate amount of detail
is described for analyst to understand the process.
DFD SYMBOLS:
Data flow
Data Store
CONSTRUCTING A DFD:
1. Process should be named and numbered for an easy reference. Each name
should be representative of the process.
2. The direction of flow is from top to bottom and from left to right. Data
traditionally flow from source to the destination although they may flow back to
the source. One way to indicate this is to draw long flow line back to a source.
An alternative way is to repeat the source symbol as a destination. Since it is
used more than once in the DFD it is marked with a short diagonal.
3. When a process is exploded into lower level details, they are numbered.
4. The names of data stores and destinations are written in capital letters. Process
and dataflow names have the first letter of each work capitalized.
A DFD typically shows the minimum contents of data store. Each data store
should contain all the data elements that flow in and out.
Questionnaires should contain all the data elements that flow in and out.
Missing interfaces redundancies and like is then accounted for often through
interviews.
CURRENT PHYSICAL:
In Current Physical DFD process label include the name of people or their
positions or the names of computer systems that might provide some of the overall
system-processing label includes an identification of the technology used to
process the data. Similarly data flows and data stores are often labels with the
names of the actual physical media on which data are stored such as file folders,
computer files, business forms or computer tapes.
CURRENT LOGICAL:
The physical aspects at the system are removed as much as possible so that
the current system is reduced to its essence to the data and the processors that
transforms them regardless of actual physical form.
NEW LOGICAL:
This is exactly like a current logical model if the user were completely
happy with the user were completely happy with the functionality of the current
system but had problems with how it was implemented typically through the new
logical model will differ from current logical model while having additional
functions, absolute function removal and inefficient flows recognized.
NEW PHYSICAL:
The new physical represents only the physical implementation of the new
system.
PROCESS
1) No process can have only outputs.
2) No process can have only inputs. If an object has only inputs than it must be a
sink.
3) A process has a verb phrase label.
DATA STORE
1) Data cannot move directly from one data store to another data store, a process
must move data.
2) Data cannot move directly from an outside source to a data store, a process,
which receives, must move data from the source and place the data into data
store
3) A data store has a noun phrase label.
SOURCE OR SINK
The origin and /or destination of data.
1) Data cannot move direly from a source to sink it must be moved by a process
2) A source and /or sink has a noun phrase land
DATA FLOW
1) A Data Flow has only one direction of flow between symbols. It may flow in
both directions between a process and a data store to show a read before an
update. The later is usually indicated however by two separate arrows since
these happen at different type.
2) A join in DFD means that exactly the same data comes from any of two or more
different processes data store or sink to a common location.
3) A data flow cannot go directly back to the same process it leads. There must be
at least one other process that handles the data flow produce some other data
flow returns the original data into the beginning process.
4) A Data flow to a data store means update (delete or change).
5) A data Flow from a data store means retrieve or use.
A data flow has a noun phrase label more than one data flow noun phrase can
appear on a single arrow as long as all of the flows on the same arrow move
together as one package.
Geospatial InfoTech Solutions:
DFD Diagrams:
After carefully understanding the requirements of the client the entire data storage
requirements are divided into tables. The below tables are normalized to avoid any anomalies
during the course of data entry.
4.3UML Diagrams
Use-Case Diagrams:
A UML system is represented using five different views that describe the
system from distinctly different perspective. Each view is defined by a set of
diagram, which is as follows.
ii. The analysis representation describes a usage scenario from the end-users
perspective.
Structural model view
In this model the data and functionality are arrived from inside the system.
In this the structural and behavioral aspects of the environment in which the system
is to be implemented are represented.
UML Analysis modeling, which focuses on the user model and structural
model views of the system.
Use case Diagrams represent the functionality of the system from a user’s point of
view. Use cases are used during requirements elicitation and analysis to represent
the functionality of the system. Use cases focus on the behavior of the system from
external point of view.
Actors are external entities that interact with the system. Examples of actors
include users like administrator, bank customer …etc., or another system like
central database.
Over view Use Case Diagram:
Activity Diagrams:
An Activity diagram is a variation of a special case of a state machine, in
which the states are activities representing the performance of operations and the
transitions are triggered by the completion of the operations. The purpose of
Activity diagram is to provide a view of flows and what is going on inside a use
case or among several classes.
Activities:
Transitions:
Transitions are used to show the passing of the flow of control from activity
to activity. They are typically triggered by the completion of the behavior in the
originating activity.
Decision Points:
Synchronization Bars:
There are special symbols that are used to show the starting and final
activities in a workflow. The starting activity is shown using a solid filled circle
and the final activities are shown using a bull's eye.
Registration Diagram:
Login Activity Diagram:
Geospatial Info Solutions:
1 : Admin
Login
2:
ValidateUser()
3:
ExecuteNonQuery()
4:
ExecuteComand()
5 : Return
QueryResult()
6:
ResponseForValidateUser
()
Sequence Diagram for add municipal taxes
1 : add Taxes()
2 : InsertTaxData()
3 : ExecuteNonQuery()
4 : ExecuteNonQuery()
5 : return Response()
6 : Show Msg()
1 : add S/A/L/Info()
2 : InsertTaxData()
3 : ExecuteNonQuery()
4 : ExecuteNonQuery()
5 : return Response()
6 : Show Msg()
1 : BApprovals()
2 : InsertData()
3 : ExecuteNonQuery()
4 : ExecuteNonQuery()
5 : return Response()
6 : Show Msg()
Sequence Diagram for Users Municipal Bills
1 : getBills()
2 : GetMunicipal_tax()
3 : WebMethodGetMBills()
4 : ExecuteNonQuery()
5 : return Response()
6 : Show Data()
1 : getBills()
2 : GetElectricalBill()
3 : WebMethodGetEBills()
4 : ExecuteNonQuery()
5 : return Response()
6 : Show Data()
Geospatial Info Solutions:
DataAcessLa
yer
6 : Returns
4: value()
ExecuteCommand()
Databa 5:
se CommandResponse() 3:
ExecuteCommand Business
Object
7:
ResponseData()
Admi 2:
n ValidateUser()
1:
GetAdminHome()
LoginPa
ge
Collaboration Diagram for add municipal taxes
DAL : clsSqlHelper
4 : ExecuteNonQuery()
3 : ExecuteNonQuery()
Database
5 : return Response()
BAL : clsMunicipalTax
1 : add Taxes()
Admin MunicipalTaxes
4 : ExecuteNonQuery()
5 : return Response()
DAL : clsSqlHelper
3 : ExecuteNonQuery()
2 : InsertTaxData()
Add Streets/Area/Location
1 : add S/A/L/Info()
Admin
5 : return
BAL : Response() Databa
clsBuildingApprovals se
6 : Show
Msg()
3:
ExecuteNonQuery() 4:
2: ExecuteNonQuery()
InsertData()
1: DAL :
Admi BApprovals() Add
BuildingApproval clsSqlHelper
n
3 : WebMethodGetMBills()
BAL : clsUsers
WebService
2 : GetMunicipal_tax()
6 : Show Data()
1 : getBills()
Users MuicipalTaxes
INTRODUCTION
Software testing is a critical element of software quality assurance and
represents the ultimate review of specification, design and coding. In fact, testing is
the one step in the software engineering process that could be viewed as
destructive rather than constructive.
A strategy for software testing integrates software test case design methods
into a well-planned series of steps that result in the successful construction of
software. Testing is the set of activities that can be planned in advance and
conducted systematically. The underlying motivation of program testing is to
affirm software quality with methods that can economically and effectively apply
to both strategic to both large and small-scale systems.
A strategy for software testing may also be viewed in the context of the
spiral. Unit testing begins at the vertex of the spiral and concentrates on each unit
of the software as implemented in source code. Testing progress by moving
outward along the spiral to integration testing, where the focus is on the design and
the construction of the software architecture. Talking another turn on outward on
the spiral we encounter validation testing where requirements established as part of
software requirements analysis are validated against the software that has been
constructed. Finally we arrive at system testing, where the software and other
system elements are tested as a whole.
UNIT TESTING
MODULE TESTING
Component Testing
SUB-SYSTEM TESING
5.1 Unit Testing
Unit testing focuses verification effort on the smallest unit of software design, the
module. The unit testing we have is white box oriented and some modules the steps
are conducted in parallel.
Use the design of the code and draw correspondent flow graph.
V(G)=E-N+2 or
V(G)=P+1 or
V(G)=Number Of Regions
In this part of the testing each of the conditions were tested to both true and false
aspects. And all the resulting paths were tested. So that each path that may be
generate on particular condition is traced to uncover any possible errors.
In this type of testing all the loops are tested to all the limits possible. The
following exercise was adopted for all loops:
All the loops were tested at their limits, just above them and just below them.
For nested loops test the inner most loop first and then work outwards.
For concatenated loops the values of dependent loops were set with the help of
connected loop.
Unstructured loops were resolved into nested loops or concatenated loops and
tested as above.
Each unit has been separately tested by the development team itself and all
the input have been validated.
6. IMPLEMENTATION
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
lblError.Text = ex.Message;
}
}
protected void btnAdd_Click(object sender, EventArgs e)
{
try
{
objcategoryusagemaster.BuildingApprovalNo = Convert.ToInt32(ddlBuildingApprno.SelectedValue);
objcategoryusagemaster.CategoryusagemasterId = Convert.ToInt32(ddlCategoryMasterId.SelectedValue);
objcategoryusagemaster.Floorid=Convert.ToInt32(ddlFloorNo.SelectedValue);
int i=objcategoryusagemaster.InsertBuildingApprovalCategoryUsageMaster();
mainpanel.Enabled = false;
System.Threading.Thread.Sleep(2000);
mainpanel.Enabled = true;
if(i>0)
{
lblError.Text="Sucessfully Added";
Cleardata();
}
else
{
lblError.Text="Not Added";
}
}
catch (Exception ex)
{
lblError.Text = ex.Message;
}
}
protected void btnClear_Click(object sender, EventArgs e)
{
Cleardata();
lblError.Text = "";
}
public void ShowCategoryUsagemaster()
{
try
{
DataSet ds = objcategoryusagemaster.ShowCategoryUsageMasterId();
if (ds.Tables[0].Rows.Count != 0)
{
ddlCategoryMasterId.DataSource = ds.Tables[0];
ddlCategoryMasterId.DataTextField = "CategoryusageName";
ddlCategoryMasterId.DataValueField = "CategoryusageMasterId";
ddlCategoryMasterId.DataBind();
ddlCategoryMasterId.Items.Insert(0, "--SelectOne--");
}
}
catch (Exception ex)
{
lblError.Text = ex.Message;
}
}
public void Cleardata()
{
if (ddlCategoryMasterId.SelectedIndex != 0)
ddlCategoryMasterId.SelectedIndex = 0;
if (ddlBuildingApprno.SelectedIndex != 0)
ddlBuildingApprno.SelectedIndex = 0;
if (ddlFloorNo.SelectedIndex != 0)
ddlFloorNo.SelectedIndex = 0;
}
public void ShowBuildingApprno()
{
try
{
Cls_Buildingfloormaster objbuildingfloorMaster = new Cls_Buildingfloormaster();
DataSet ds = objbuildingfloorMaster.ShowBuildingApprno();
if (ds.Tables[0].Rows.Count != 0)
{
ddlBuildingApprno.DataSource = ds.Tables[0];
ddlBuildingApprno.DataTextField = "BuildingApprNo";
ddlBuildingApprno.DataValueField = "BuildingApprNo";
ddlBuildingApprno.DataBind();
}
ddlBuildingApprno.Items.Insert(0, "--SelectOne--");
}
catch (Exception ex)
{
lblError.Text = ex.Message;
}
}
protected void ddlBuildingApprno_SelectedIndexChanged(object sender, EventArgs e)
{
try
{
if (ddlBuildingApprno.SelectedIndex != 0)
{
Cls_Buildingfloormaster objbuildingfloorMaster = new Cls_Buildingfloormaster();
DataSet ds =
objbuildingfloorMaster.ShowFloorIDSelectApprovalCategory(Convert.ToInt32(ddlBuildingApprno.SelectedValue));
if (ds.Tables[0].Rows.Count != 0)
{
ddlFloorNo.DataSource = ds.Tables[0];
ddlFloorNo.DataTextField = "FloorName";
ddlFloorNo.DataValueField = "FloorId";
ddlFloorNo.DataBind();
ddlFloorNo.Items.Insert(0, "--SelectOne--");
}
}
else
{
ddlFloorNo.Items.Clear();
ddlFloorNo.Items.Insert(0, "--SelectOne--");
}
}
catch (Exception ex)
{
lblError.Text = ex.Message;
}
}
}
6.2Screen Layout
7. FUTURE ENHANCEMENT
A console for the data centre may be made available to allow the
personnel to monitor on the sites which were cleared for hosting
during a particular period.
LIMITATIONS:
The size of the database increases day-by-day, increasing the load on the
database back up and data maintenance activity.
Training for simple computer operations is necessary for the users working on
the system.
BIBLIOGRAPHY
www.15seconds.com
FOR SQL
www.msdn.microsoft.com
FOR ASP.NET
Asp.Net 3.5 Unleashed
www.msdn.microsoft.com/net/quickstart/aspplus/default.com
www.asp.net
www.fmexpense.com/quickstart/aspplus/default.com
www.asptoday.com
www.aspfree.com
www.4guysfromrolla.com/index.aspx
Software Engineering (Roger’s Pressman)