AdminLogin Page

using System;

using System.Collections.Generic;

using System.Linq;

using System.Data;

using System.Web;

using System.Web.UI;

using System.Web.UI.WebControls;

public partial class admin_Adminlogin : System.Web.UI.Page

{

DataContext obj_datacontext = new DataContext();

protected void Page_Load(object sender, EventArgs e)

{

}

protected void BtnLogin_Click(object sender, EventArgs e)

{

string query = "select* from tbl_adminmaster where username = '"+txtUsername.Text.ToString()+"'";

DataTable dt = obj_datacontext.getdataTable(query);

if (dt.Rows.Count > 0)

{

if (txtUsername.Text.ToString() == dt.Rows[0]["username"].ToString() && txtPassword.Text.ToString() == dt.Rows[0]["password"].ToString())

{

Session["adminid"] = Convert.ToInt32(dt.Rows[0]["i_autoid"].ToString());

Response.Redirect("additems.aspx?id=" + Convert.ToInt32(dt.Rows[0]["i_autoid"].ToString()))

}

else

{

lblmessage.Text = "Invalid Username Password";

}

}

else

{

lblmessage.Text = "Username Not exist";

}

}

}

This site is designed to help BCA MCA student to develop final project and synopsis Download Free BCA Project, MCA Project, IT Projects, Final report and Project synopsis with Full documentation and code

Free download MCA projects in ASP.NET with complete source code, Free download MCA projects in VB,NET with complete source code, Free download MCA MSc projects in C#.net with complete source code,

Free download MCA projects in JAVA with complete source code, Free download MCA projects in PHP with complete source code, Free download BSc CS IT projects in PHP,JAVA, ASP.NET with source code

Computer Science Final Project , Free download MCA projects in asp.net , Free download MCA projects in vb.net, Free download MCA projects in C#.net, Free download MCA projects in java, Free download MCA projects in PHP