Coding > Feedback Page

using System;

using System.Collections.Generic;

using System.Linq;

using System.Web;

using System.Web.UI;

using System.Web.UI.WebControls;

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

{

BusinessLogic obj_businesslogic = new BusinessLogic();

protected void Page_Load(object sender, EventArgs e)

{

}

protected void btnSubmit_Click(object sender, EventArgs e)

{

string name = txtName.Text.ToString();

string emailid = txtEmailid.Text.ToString();

string subject = txtsubject.Text.ToString();

string feedback = txtDescription.Text.ToString(); ;

if (obj_businesslogic.sendfeedback(name, emailid, subject, feedback))

{

txtName.Text = "";

txtsubject.Text = "";

txtEmailid.Text = "";

txtDescription.Text = "";

lblMessage.Text = "Your Feedback Sent";

}

else

{

lblMessage.Text = "Error";

}

}

}

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