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

Global Tech Support

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Global Tech Support

Student details

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

Page 2: Global Tech Support

GLOBAL TECH SUPPORT

Page 3: Global Tech Support

WELCOME PAGE

Page 4: Global Tech Support

LETS EXPLORE THE CONTENTS OF WELCOME PAGE

Page 5: Global Tech Support

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

Page 6: Global Tech Support

LETS EXPLORE THE CONTENTS OF ABOUT US PAGE

Page 7: Global Tech Support

History of Global TechAn intro

about our experts in

Global Tech

Page 8: Global Tech Support

LETS EXPLORE THE CONTENTS OF SIGN IN PAGE

Page 9: Global Tech Support

The email id will act as

the user id

New users can be

redirected to register page by this link

Page 10: Global Tech Support

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“ }

Page 11: Global Tech Support

LETS EXPLORE THE CONTENTS OF COMPLAINTS PAGE

Page 12: Global Tech Support

BASIC INFORMATION

MAIN CATEGORY

Page 13: Global Tech Support
Page 14: Global Tech Support
Page 15: Global Tech Support

REGISTERS THE COMPLAINT

Page 16: Global Tech Support

Complaint NumberDate of complaint

Status of given complaintProposed Solution

Page 17: Global Tech Support

Solution Given

Page 18: Global Tech Support

User NameSign OutThe Complaint

Page

Page 19: Global Tech Support

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

Page 20: Global Tech Support

Administration

Page 21: Global Tech Support

`

Page 22: Global Tech Support

The complaint number

The main category chosen

by the user

Page 23: Global Tech Support

The complaint number

Status of the complaint

Name of the AdminSolution provided

Page 24: Global Tech Support
Page 25: Global Tech Support
Page 26: Global Tech Support
Page 27: Global Tech Support
Page 28: Global Tech Support
Page 29: Global Tech Support

Thank You !!!