project out put of asp

Upload: chandan-singh-kanyal

Post on 09-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/7/2019 Project Out Put of ASP

    1/29

    2008Aptech Computer Education

    Center

    Submit By :- Chandra Shekhar

    Singh

    Invoice_Number:-850

    Roll_Number:-06.420/200608/0177

    Batch_No:-22

    [APTECH_EDUCATION.COM]In This Project I Have Design A Web Site to APTECH Computer Education Center Haldwani (Ntl)

    A Complete Web Solutation.

  • 8/7/2019 Project Out Put of ASP

    2/29

    2 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    CONTENTS OF PROJECT

    BIO DATA 1

    DECLARATION 2

    CERTIFICATE OF ORIGNALITY 3

    ACKNOWLEGEMENT 4

    INTRODUCTION TO PROJECT 5-6

    PROCESS LOGIC OF PROJECT 9-10

    TABLE STRUCTURE 11

    E.R DIGRAM 12

    INPUT SCREEN 13-15

    OUTPUT OF PROJECT 16-20

    CODING OF SQL 21

    STEPS OF PREPROCESS 22

    CODING OF ASP.NET 23-38

    CHECKS AND VLIDATIONS 39

    TOOLS AND PLATFORM 40

    LIMITATIONS OF PROJECT 41

    FUTURE 42

  • 8/7/2019 Project Out Put of ASP

    3/29

    3 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    DECLARATON

    I hereby solemnly and sincerely affirm that, this is real and original project report and declare that it is not submit

    any where for any course, degree or diploma.

    It is the result of team hard work along with the help of faculty member who helped us to make our Proje

    Faculty member helped us by giving some useful tips and tricks that enhance the overall performance of this Proje

    Its human nature to mistake but I have tried my level best to make this project a success.

    Name: - CHANDAN SINGH KANYAL

    Invoice No.: - 177

  • 8/7/2019 Project Out Put of ASP

    4/29

    4 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    CERTIFICATEOF ORIGNALITY

    This is to certify that this project little submitted by Mr. Chandra Shekhar Singh for the course of advan

    diploma in software Engg (ADSE) from Aptech Computer education, M.B.G.P.G College, haldwani.

    It is confide record of the work carried out under my guidance and supervision to the best of my knowledg

    The contents of this project have not been submitted to any other university degree or diploma.

    Mr. Kamlesh Padaliya Mr. Pradeep Bhatt

    (Project guide) (Center Head)

  • 8/7/2019 Project Out Put of ASP

    5/29

    5 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    ACKNOWLEDGEMENT

    This project has been completed by valuable suggestion of our faculty members and friends. Their preciou

    advice and co-operation helped me to bring forward this project. Therefore, I take this opportunity to express my

    gratitude to them.

    I would like to thanks Mr. Kamlesh Padaliyafor their guidances and encouragement throughout the

    making of this project.

    I am faithfully thankful to Mr. Pradeep Bhatt(Center manager) for providing well-equipped lab to wor

    on.

    Finally, I am thankful to entire batch mates and members ofSHIKHARwithout their patience and supp

    the project would not have been possible.

  • 8/7/2019 Project Out Put of ASP

    6/29

    6 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    INTRODUCTION TO PROJECT

    This project is based on the website name Aptech_Education.com in which there is a Home page having

    several links as to wallpapers, Funny Clips, Staff Statement, Result Statement, About us, Contact Details, Module

    Details and have a great funny look also.

    But you cant operate them fullywithout being a member of it. For getting a membership you have to cli

    on new member and fill the form and submit and after that you get access to the members home page.

    Where you can access all of our WebPages. If you are a member then type your login id and password to

    respective text fields then click on login button and you can be on members home page and enjoy our things.

    In home and in members home Page we also give some space for advertisement to give publicity to goo

    products.

    Hope in this way we have tried to give you All Information About the Aptech Center If U Want To

    Plane Your Future Surfing Our Site We Will give u a lot of Support to stand u in the field of IT.

  • 8/7/2019 Project Out Put of ASP

    7/29

    7 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    TABLE STRUCTURE

    THIS PROJECT CONTAINS TWO BASIC TABLES: -

    THE TABLE CONTAINING THE DETAILS OF USER NAMED USER1.

    THE TABLE CONTAINING THE LOGIN DETAILS NAMED LOGIN

    THE TABLE CONTAINING THE FeedBack DETAILS NAMED Fbackaptech

    SR. NO FIELD NAME DATA TYPE

    1 LOGIN_ID VARCHAR

    2 F_NAME VARCHAR

    3 E_MAIL_ADD VARCHAR

    4 PASSWORD VARCHAR

    5 GENDER CHAR

    6 AGE VARCHAR

    LOGINSR. NO FIELD NAME DATA TYPE

    1 un VARCHAR

    2 pass VARCHAR

    FeedBackSR. NO FIELD NAME DATA TYPE

    1 Fname VARCHAR

    2 Contect Number VARCHAR

    3 E-MailID VARCHAR

    4 Comment VARCHAR

  • 8/7/2019 Project Out Put of ASP

    8/29

    8 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Login PageOutput:-

  • 8/7/2019 Project Out Put of ASP

    9/29

    9 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Coding In ASPX View:-using System;using System.Data;namespace Project

    {private void Page_Load(object sender, System.EventArgs e){Application.Lock();

    L1.Text=L1.Text=Application["APIT"].ToString();

    L2.Text=DateTime.Now.ToString();Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];}

    private void ImageButton1_Click(object sender,System.Web.UI.ImageClickEventArgs e)

    {Response.Redirect ("http://localhost/Project/Login form.aspx");

    }

    private void ImageButton3_Click(object sender,System.Web.UI.ImageClickEventArgs e)

    {Response.Redirect ("http://localhost/Project/Sine In Form.aspx");}

    }}

    HTML View:-

    Register

    Toda< /TD>< MARQUEE>CopyRight 2008-09 Aptech Com puter E duation Center {Hal dwani}

  • 8/7/2019 Project Out Put of ASP

    10/29

    10 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Out Put Of User Regristration Form:-

    Coding In ASPX View:-

    using System;using System.Collections;

    namespace Project{private void Page_Load(object sender, System.EventArgs e){

    Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];Application.Lock();L2.Text =DateTime.Now.ToString ();

  • 8/7/2019 Project Out Put of ASP

    11/29

    11 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    L1.Text=L1.Text=Application["c"].ToString();}private void ImageButton1_Click(object sender,System.Web.UI.ImageClickEventArgs e){

    con.Open ();cmd.Parameters["@T3"].Value=T3.Text;cmd.Parameters["@T11"].Value=T11.Text;cmd.ExecuteNonQuery();con.Close();Response.Redirect("http://localhost/Project/WebForm2.aspx");}

    private void Button1_Click(object sender, System.EventArgs e){SqlCommand cmd1 = new SqlCommand("Select uname from aptech",con);con.Open();SqlDataReader DR;

    DR = cmd1.ExecuteReader();DG1.DataSource = DR;DG1.DataBind();con.Close();}

    private void Button3_Click(object sender, System.EventArgs e){

    con.Open ();cmd.Parameters["@T3"].Value=T3.Text;cmd.Parameters["@T11"].Value=T11.Text;cmd.ExecuteNonQuery();

    con.Close();Response.Redirect("http://localhost/Project/WebForm2.aspx");

    }}

    }

  • 8/7/2019 Project Out Put of ASP

    12/29

    12 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Home Page

    Out

    Put

    Coding In ASPX View:-

    using System;using System.Data;namespace Project{

  • 8/7/2019 Project Out Put of ASP

    13/29

    13 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    public class WebForm1 : System.Web.UI.Page{ protected System.Web.UI.WebControls.HyperLink HyperLink8;

    protected System.Web.UI.WebControls.HyperLink Hyperlink1;

    protected System.Web.UI.WebControls.Label Label2;private void Page_Load(object sender, System.EventArgs e){L1.Text=L1.Text=Application["c"].ToString();

    L2.Text=DateTime.Now.ToString();Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];Application.Lock();

    }private void ImageButton6_Click(object sender,System.Web.UI.ImageClickEventArgs e)

    {Response.Redirect ("http://localhost/Project/About Us.aspx");}

    private void ImageButton5_Click(object sender,System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Result Statement.aspx");}private void ImageButton1_Click(objectsender,System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/About us1.aspx");}private void ImageButton3_Click(objectsender,System.Web.UI.ImageClickEventArgs e){

    Response.Redirect ("http://localhost/Project/Staff Statement.aspx");}private void ImageButton4_Click(objectsender,System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Batch Details.aspx");}private void ImageButton2_Click(object sender,system.Web.UI.ImageClickEventArgs e) {Response.Redirect ("http://localhost/Project/Apit/index.html");}}

    }

    Coding in Html View:-

    Home Page

    If U Are Not Register U May Register

    Now

    Developed

    Designed by Chandan Singh Kanyal SIDCUL Road Jail Camp Sitarganj-262405
    for more

    information click on

  • 8/7/2019 Project Out Put of ASP

    14/29

    14 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    height=29>

    num=0

    function handler ( ){

    return confirm("Sure U Want To Meet Me ! (Chandan Singh Kanyal)")

    }

    Clic

    Here TO visit Chandan Kanyal

    or E-mail

    us at:-

    [email protected]

    [email protected]
    Contact Mob.- 9719212199

    CopyRight2008-09 Aptech Computer Education

    Center[Haldwani]l

    Registered office:-Aptech Ltd. ELITE

    AUTO HOUSE 54-A SIR M. VASANJI ROAD CHKALA, ANDHERI (E) Mumbai 400093 MAHARASHTRA

    India Fax -022-56974455

    APTECH COMPUTER EDUCATION CENTER [HALDWANI] Feed

    Back

    Unlimited DownLoads

    About

    Us

    Module

    Details Contact

    Us

    Result

    Staff

    Details M. B. G. P. GOVT. COLLEDGE NAINITAL ROAD HALDWANI. BHOTIA

    PARAV HALDWANI263141, UTTRAKHAND (INDIA)TEL-05946-282364 FAX- Email

    [email protected]

    mailto:[email protected]:[email protected]%20%3c/Amailto:[email protected]%3c/a%3e%3c/centermailto:[email protected]%3c/a%3e%3c/centermailto:[email protected]%20%3c/Amailto:[email protected]
  • 8/7/2019 Project Out Put of ASP

    15/29

    15 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Out Put Of About Us Page:-

    Coding in ASPX View:-using System;using System.Collections;namespace Project{ private void Page_Load(object sender, System.EventArgs e)

    {L2.Text=DateTime.Now.ToString();L1.Text=L1.Text=Application["c"].ToString();Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];

    Application.Lock();}private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/WebForm1.aspx");}

    private void ImageButton6_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/About Us.aspx");}

    private void ImageButton5_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Result Statement.aspx");}

    private void ImageButton4_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Batch Details.aspx");

    private void ImageButton3_Click(object sender, System.Web.UI.ImageClickEventArgs e){

  • 8/7/2019 Project Out Put of ASP

    16/29

    16 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Response.Redirect ("http://localhost/Project/Staff Statement .aspx");}private void ImageButton2_Click(object sender, System.Web.UI.ImageClickEventArgs e){

    Response.Redirect ("http://localhost/Project/Photo's.aspx");}

    }}

    Out Put Of Student Details:-

    Coding In ASPX View:-using System;using System.Collections;namespace Project

    {private void Page_Load(object sender, System.EventArgs e){L2.Text=DateTime.Now.ToString();

    L1.Text=L1.Text=Application["c"].ToString();Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];Application.Lock();}

    private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/WebForm1.aspx");}

    private void ImageButton2_Click(object sender, System.Web.UI.ImageClickEventArgs e){

  • 8/7/2019 Project Out Put of ASP

    17/29

    17 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Response.Redirect ("http://localhost/Project/About us1.aspx");}private void ImageButton3_Click(object sender, System.Web.UI.ImageClickEventArgs e){

    Response.Redirect ("http://localhost/Project/Photo's.aspx");}

    private void ImageButton4_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Staff Statement .aspx");}

    private void ImageButton5_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/Result Statement.aspx");}

    private void ImageButton6_Click(object sender, System.Web.UI.ImageClickEventArgs e){Response.Redirect ("http://localhost/Project/About Us.aspx");}

    }}

    Out Put Of Staff Details :-

    Coding In Aspx View:-using System;

    using System.Collections;namespace Project{ private void Page_Load(object sender, System.EventArgs e)

    { L2.Text=DateTime.Now.ToString();

    Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];Application.Lock();L1.Text=L1.Text=Application["c"].ToString();}

    private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)

  • 8/7/2019 Project Out Put of ASP

    18/29

    18 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Response.Redirect ("http://localhost/Project/WebForm1.aspx"); }private void ImageButton6_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/About us.aspx");}

    private void ImageButton5_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/Result Statement.aspx");

    private void ImageButton2_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/About us1.aspx");

    private void ImageButton3_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/Photos.aspx");

    private void ImageButton4_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/Batch Details.aspx");

    }}

    Out Put Of Result Statement Page:-

    Coding in Aspx View:-using System;using System.Collections;namespace Project{ private void Page_Load(object sender, System.EventArgs e)

    { L1.Text=L1.Text=Application["c"].ToString();T1.Text=T1.Text=Application["a"].ToString();L2.Text=DateTime.Now.ToString();Application["b"]=(Int32)Application["b"]+1;LL.Text="U R The Visiter No:-"+Application["b"];

  • 8/7/2019 Project Out Put of ASP

    19/29

    19 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Application.Lock(); }private void T1_TextChanged(object sender, System.EventArgs e) {

    Response.Write(Application["a"].ToString() ); }

    private void ImageButton6_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/About us.aspx"); }

    private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/WebForm1.aspx"); }

    private void ImageButton4_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/Staff Statement .aspx");

    private void ImageButton2_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/About us1.aspx");

    private void ImageButton5_Click(object sender, System.Web.UI.ImageClickEventArgs e) Response.Redirect ("http://localhost/Project/Batch Details.aspx");

    }}

    Out Put Of Contact Details:-

    Coding In ASPX View:-using System;using System.Collections;

    namespace Project{private void Page_Load(object sender, System.EventArgs e){

    L1.Text=L1.Text=Application["c"].ToString();L2.Text=DateTime.Now.ToString();Application["b"]=(Int32)Application["b"]+1;

  • 8/7/2019 Project Out Put of ASP

    20/29

    20 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    LL.Text="U R The Visiter No:-"+Application["b"];Application.Lock();}

    private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/WebForm1.aspx"); }private void ImageButton7_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/result statement.aspx"); private void ImageButton5_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/Staff Statement .aspx"); private void ImageButton2_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/About us1.aspx"); private void ImageButton6_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    Response.Redirect ("http://localhost/Project/Batch Details.aspx"); }

    }

    Out Put Of Feed Back Form:-

    Coding In ASPX View:-using System;using System.Data;using System.Data.SqlClintnamespace Project{private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)

    {con.Open();

    cmd.Parameters["@T1"].Value=T1.Text;

  • 8/7/2019 Project Out Put of ASP

    21/29

    21 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    cmd.Parameters["@T2"].Value=T2.Text;cmd.Parameters["@T3"].Value=T3.Text;cmd.Parameters["@T4"].Value=T4.Text;

    cmd.Parameters["@T5"].Value=T5.Text;cmd.ExecuteNonQuery();con.Close();

    Response.Redirect("http://localhost/Project/Thanks.htm");}}

    }

    Out Put Of Module Details:-

    Coding In ASPX View:-using System;

    using System.Data;

    namespace Project

    {private void Page_Load(object sender, System.EventArgs e){

    L2.Text=DateTime.Now.ToString();

    Application["b"]=(Int32)Application["b"]+1;

    LL.Text="U R The Visiter No:-"+Application["b"];

    Application.Lock();

    L1.Text=L1.Text=Application["c"].ToString();}

    }

  • 8/7/2019 Project Out Put of ASP

    22/29

    22 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Out Put Of Downloading Page:-

    Out Put Of Downloading Page:-

  • 8/7/2019 Project Out Put of ASP

    23/29

    23 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Coding Of Gloable.asax.cs

    protected void Application_Start(Object sender, EventArgs e){

    Application["a"]="We Are Updateing This Page in Next 24 Hour's " ;Application["c"]="WELCOME To You In The World Of IT";Application["b"]=0;Application["d"]=0;Application["e"]=0;

  • 8/7/2019 Project Out Put of ASP

    24/29

    24 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    Application["f"]=0;Application["g"]=0;Application["h"]=0;

    Application["i"]=0;Application["j"]=0;Application["k"]=0;

    Application["APIT"]="Your 'WELCOME' In Aptech Computer";}

    Coding Of Animated Pointer:-

    .spanstyle {

    position:absolute;

    visibility::visible;

    top:-50px;

    font-size:12pt;

    font-family:Times New Roman;

    font-weight:bold;

    color:White;}

    var step=20

    var fla g=0

    var x

    var y

    var message='Apt ech Computer Education Center Hal dwani Nainital'

    message=message.split("")

    var xposition=new Array()

    for (i=0;i

  • 8/7/2019 Project Out Put of ASP

    25/29

    25 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    thisspan.posLeft=xposition[i]

    thisspan.posTop=yposition[i]

    }

    }

    else i f (flag==1 && document.la yers) {

    for (i =messa ge.length-1; i>=1; i --) {

    xposition[i]=xposition[i-1]+step

    yposition[i]=yposition[i-1]

    }

    xposition[0]=x+stepyposition[0]=y

    for (i=0; i

  • 8/7/2019 Project Out Put of ASP

    26/29

    26 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    PROCESS LOGIC OF PROJECT

    Using Asp.net we create front end and Sql for back end of our project. First we have to create a

    virtual directory of name Vatsal for this do this:

    Control Panel-> Administrative Tools->Internet Information Services ->Local Computer -> Web

    Sites -> Right Click on default web site -> select New -> virtual directory ->Follow the steps of the wiza

    on give alias name Project.

    To open Home page double click on start menu then on All Programs then on internet Explorer af

    that click on address tab and type:http://localHost/Project/webForm1.aspx. A web form will open wri

    your Login id in the First text box and password on Second text box and then click on button Login

    http://localhost/Project/webForm1.aspxhttp://localhost/Project/webForm1.aspxhttp://localhost/Project/webForm1.aspxhttp://localhost/Project/webForm1.aspx
  • 8/7/2019 Project Out Put of ASP

    27/29

    27 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    COMPLETE CODING OFSQL

    create database aptech

    use database aptech

    create table aptech(uname varchar(20),pass varchar(20))select* from aptech

    create table fback(FNAME varchar(20),LNAME varchar(20),C_NUMBER varchar(12),E_Mailvarchar(30),Comment varchar(100) )

    Select * from fback

  • 8/7/2019 Project Out Put of ASP

    28/29

    28 | P a g e

    Aptech Computer Education Center HLD Project Submit By:- Chandrashekhar Singh

    STEPS OF PRE PROCESS FOR CREATING SQL CONNECTION

    1. MAKE A SQL CONNECTION TO THE PAGE FROM WINFORM TOOLBOX.2. RENAME THIS CONNECTION AS CONVENIENT NAME (EX: -CON, CON1, ETC ).3. MAKE SQL COMMAND TO THE PAGE FROM WINFORM TOOLBOX.4. RENAME THIS CONNECTION AS CONVENIENT NAME (EX: -CMD, CMD1, ETC ).5. THEN IN SQL CONNECTION CLICK ON CONNECTION STRING AND THEN ON NEW CONNECTION.6. CREATE A NEW CONNECTION.7. IF CONNECTION IS ALREADY CREATED THEN SELECT THE C ONNECTION.8. THEN IN SQL COMMAND FIRST SELECT THE CONNECTION YOU HAVE .9. THEN CLICK ON COMMAND TEXT AND TYPE YOUR QUERY.

    CHECKS

    AND VALIDATIONSChecks and validations Used in ASP.net: -

    1. WE APPLYRE QUIRED FIELD VALIDATE R TO LOGIN ID FIELD OF L OGIN F ORM ON T1.2. WE APPLYREGULAR E XPRESSION VALIDATER TOEMAIL ADDRESS FIELD OF LOGIN FORM ON T5.3. WE APPLYCOMPARE VALIDATER TO CONFORM EMAIL FIELD OF LOGIN FORM ON T 4 FROM T5.4. WE APPLYREQUIRED FIELD VALIDATER TO PASSWORD FIELD OF LOGIN FORM ON TEXTBOX3.5. WE APPLYCOMPARE VALIDATER TO CONFORM PASSWORD FIELD OF LOGIN FORM ON T6 FROM T7.6. WE MAKE A RESTRICTION THAT YOU CANT OPEN DIRECTLY THE MEMBERS HOME PAGE WITHOUT E NTERING LOGIN ID AND

    PASSWORD

    Checks and validations used in sql: -7. PRIMARY KEY IS ASSIGNED TO UID FIELD OF APTECH.

  • 8/7/2019 Project Out Put of ASP

    29/29

    29 | P a g e

    PROJECT LIMITATIONS

    Although I tried my leve l best to make this project a perfect project but still it may show errors. So to avoid error,following condition must fulfill: -

    1. User must have basic knowledge about working with computer.2. SQL-Server must be ins talled in the s ystem. System should be connected with server or it should have desktopaddition installed.

    3. User or interacter must have knowledge of working with Internet.4. IIS ( Internet Information Services) must be ins talled on the system.

    FUTURE

    I tried putting best effort to make this project a success but changes can be made according to the need of time. Theproject may include more Wallpapers, funny clips, Result Statement, And Staff Statement, Student Details and many more. s

    later according to the time and requirement of user graphics can be improved as per the taste o f user. More Pages can be add per requirement.

    TOOLSAND PLATEPORM

    TOOLS: - VISUAL STUDIO.NET INTERNET INFORMATION SERVICES (IIS) SQL SERVER AS A BACKEND

    PLATEFORM: -SYSTEM: -

    MICROSOFT WINDOWS XPPROFESSIONAL

    VERSION 2002COMPUTER:-

    INTELPENTIUM 4 CPU 1.9 GHz

    128 OF RAM