Coding > My Account Both

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 myaccountboth : System.Web.UI.Page

{

BusinessLogic obj_business = new BusinessLogic();

protected void Page_Load(object sender, EventArgs e)

{

DataTable dt = obj_business.getitemtypes();

datalisttypes.DataSource = dt;

datalisttypes.DataBind();

}

public string getSRC(object imgSRC)

{

DataRowView dRView = (DataRowView)imgSRC;

string ImageName = dRView["typeimage"].ToString();

if (ImageName == "NoImage")

{

return ResolveUrl(@"~/UserImage/missing.jpg");

}

else

{

return ResolveUrl(ImageName);

}

}

public string itemtype(object sURL)

{

DataRowView dRView = (DataRowView)sURL;

string heading = dRView["typename"].ToString();

return heading;

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