You are on page 1of 13

Page Name

home .aspx

Page Name Processing

: :

admin .aspx Validated user

Page Name Processing Tables or Stored Procedure Table Name

: : : :

add designation .aspx Stored in Table Table tbl_addesig

Page Name Processing Tables or Stored Procedure Table Name

: : : :

add category.aspx Stored in Table Table tbl_addcategory

Page Name Processing Tables or Stored Procedure Table Name

: : : :

add sub category .aspx Stored in Table Table tbl_subcategory

Page Name Processing Tables or Stored Procedure Table Name

: : : :

add employee .aspx Stored In Table Table tbl_newemp

When we add Employee details that will be stored in tbl_newemp table. Whenever we click on View Employee the total data will be displayed from tbl_newemp.

Page Name Processing Tables or Stored Procedure Table Name

: : : :

Register.aspx Stored in Table Table tbl_newuser

Processing Tables or Stored Procedure Table Name

: : :

Retrieving from Table Table tbl_newuser

Page Name Processing Tables or Stored Procedure Table Name

: : : :

Profile.aspx Retrieving data from Table Table tbl_newuser

Page Name Processing Tables or Stored Procedure Table Name

: : : :

user complaints.aspx

Table tbl_complaints

Page Name Processing Tables or Stored Procedure Table Name

: : : :

Employee .aspx Retrieve the data from Table Table tbl_newemp

Then it will be display the profile of the person who are having the given userid and password.

You might also like