global tech support

Post on 21-Nov-2014

297 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

Student details

• Name: Mrinmoy Mukherjee• Registration no.: 520784887• Course: BSC.IT• Center code no.: 117

GLOBAL TECH SUPPORT

WELCOME PAGE

LETS EXPLORE THE CONTENTS OF WELCOME PAGE

Opens the about us

page

Opens the Services

page

Opens the Contact us

page

Opens the Sign in

Page for Registered

users

Opens registered page for

new users

LETS EXPLORE THE CONTENTS OF ABOUT US PAGE

History of Global TechAn intro

about our experts in

Global Tech

LETS EXPLORE THE CONTENTS OF SIGN IN PAGE

The email id will act as

the user id

New users can be

redirected to register page by this link

LOGIN VALIDATION

SqlCommand cmd1 = new SqlCommand("select email,password from register1 where email like '" + TextBox1.Text + "%' and password like '" + TextBox2.Text + "%'", cn);

SqlDataReader dr1 = cmd1.ExecuteReader(); while (dr1.Read()) { id = dr1[0].ToString(); pass = dr1[1].ToString(); } if (id == TextBox1.Text && pass == TextBox2.Text) { Session["user"] = id;Response.Redirect("registereduser/welcomeuser.aspx“ }

LETS EXPLORE THE CONTENTS OF COMPLAINTS PAGE

BASIC INFORMATION

MAIN CATEGORY

REGISTERS THE COMPLAINT

Complaint NumberDate of complaint

Status of given complaintProposed Solution

Solution Given

User NameSign OutThe Complaint

Page

How it is implemented?

In Sign In Page Session["user"] = id;

// id here refers to the UserName

Response.Redirect("registereduser/welcomeuser.aspx");

Session variable which helps

maintainpersonalization

Administration

`

The complaint number

The main category chosen

by the user

The complaint number

Status of the complaint

Name of the AdminSolution provided

Thank You !!!

top related