My Account vendor

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="myaccountvendor.aspx.cs" Inherits="myaccount" %>

<%@ Register src="UsersDetails.ascx" tagname="UsersDetails" tagprefix="uc1" %>

<%@ Register src="Auctiondetails.ascx" tagname="Auctiondetails" tagprefix="uc2" %>

<%@ Register src="Sidemenus.ascx" tagname="Sidemenus" tagprefix="uc3" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

<style type="text/css">

.style50

{

width: 500px;

}

.style60

{

width: 164px;

}

.style55

{

width: 401px;

}

.style57

{

width: 132px;

height: 146px;

}

.style56

{

width: 132px;

}

.style59

{

font-size: 12px;

color: #159dcc;

text-align: justify;

line-height: 15px;

width: 433px;

padding: 5px 0;

}

.style58

{

height: 33px;

}

.style53

{

width: 433px;

}

</style>

</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style=" height: auto; width: 978px;">

<tr>

<td style="width: 100%; height: auto;" valign="top">

<table style="width: 100%; height: 558px"><tr><td class="style50" valign="top">

<table style="width: 98%; height: 88px;">

<tr>

<td class="style60" valign="top">

<uc3:Sidemenus ID="Sidemenus1" runat="server" />

</td>

<td rowspan="3" valign="top">

<table style="width:80%; height: 580px;">

<tr>

<td class="style52" valign="top">

<table style="width: 42%; height: 504px;">

<tr>

<td style="font-size: medium" valign="top">

<strong>CATEGORIES</strong></td>

</tr>

<tr>

<td class="style55">

<asp:DataList ID="datalisttypes" runat="server" CellPadding="2" CellSpacing="5"

Height="368px" RepeatColumns="3" RepeatDirection="Horizontal">

<ItemTemplate>

<br />

<table style="border: thin solid #C0C0C0; height: 197px; width: 119px;"><tr>

<td style="border: thin solid" class="style57" valign="top">

<a href='addauction.aspx?typeid=<%#Eval("i_autoid") %>'>

<asp:Image ID="Image1" runat="server" BorderColor="#33CC33" Height="143px"

ImageUrl="<%# getSRC(Container.DataItem) %>" Width="123px" />

</a>

</td></tr>

<tr>

<td class="style56"

style="border: thin solid #C0C0C0; background-image: url('images/typename_bg.gif'); background-repeat: no-repeat;">

&nbsp;&nbsp; <a href='addauction.aspx?typeid=<%#Eval("i_autoid") %>'

style="background-image: url('images/menu_title_bg.gif'); background-repeat: no-repeat">

<asp:HyperLink ID="HyperLink1" runat="server"

Text="<%# itemtype(Container.DataItem) %>"></asp:HyperLink>

</a>

</td>

</tr>

</table>

</ItemTemplate>

</asp:DataList>

</td>

</tr>

</table>

</td>

<td class="style59" valign="top">

Users Detail<br />

<uc1:UsersDetails ID="UsersDetails1" runat="server" />

</td>

</tr>

<tr>

<td class="style58" colspan="2"

style="background-image: url('images/bar_bg.gif'); background-repeat: no-repeat">

&nbsp;&nbsp; Auctions By You&nbsp;</td>

</tr>

<tr>

<td class="style52" colspan="2">

&nbsp;</td>

</tr>

<tr>

<td class="style52">

&nbsp;</td>

<td class="style53">

&nbsp;</td>

</tr>

</table>

</td>

</tr>

<tr>

<td class="style60">

&nbsp;</td>

</tr>

<tr>

<td class="style60">

&nbsp;</td>

</tr>

</table>

</td></tr></table></td>

</tr>

My account Customer

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="myaccountcustomer.aspx.cs"Inherits="myaccountcustomer" %>

<%@ Register src="UsersDetails.ascx" tagname="UsersDetails" tagprefix="uc1" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

<style type="text/css">

.style54

{

width: 720px;

}

.style55

{

}

.style56

{

height: 33px;

}

</style>

</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style="width:100%;">

<tr>

<td class="style56" colspan="2"

style="background-image: url('images/bar_bg.gif'); background-repeat: no-repeat">

</td>

<td class="style56">

</td>

</tr>

<tr>

<td colspan="2" valign="top">

&nbsp;</td>

<td>

<uc1:UsersDetails ID="UsersDetails1" runat="server" />

</td>

</tr>

<tr>

<td class="style55">

&nbsp;</td>

<td class="style54">

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

</table>

</asp:Content>

My account Both

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="myaccountboth.aspx.cs" Inherits="myaccountboth"%>

<%@ Register src="UsersDetails.ascx" tagname="UsersDetails" tagprefix="uc1" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

<style type="text/css">

.style48

{

}

.style52

{

width: 412px;

}

.style55

{

width: 401px;

}

.style57

{

width: 132px;

height: 146px;

}

.style56

{

width: 132px;

}

.style53

{

width: 483px;

}

</style>

</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style="width:100%;">

<tr>

<td class="style48">

<table style="width:100%; height: auto;">

<tr>

<td class="style52" valign="top">

<table style="width: 42%; height: 504px;">

<tr>

<td class="oferta_text">

CATEGORIES</td>

</tr>

<tr>

<td class="style55">

<asp:DataList ID="datalisttypes" runat="server" CellPadding="2" CellSpacing="5"

Height="368px" RepeatColumns="3" RepeatDirection="Horizontal">

<ItemTemplate>

<br />

<table style="border: thin solid #C0C0C0; height: 197px; width: 119px;"><tr>

<td style="border: thin solid" class="style57" valign="top">

<a href='addauction.aspx?typeid=<%#Eval("i_autoid") %>'>

<asp:Image ID="Image1" runat="server" BorderColor="#33CC33" Height="143px"

ImageUrl="<%# getSRC(Container.DataItem) %>" Width="123px" />

</a>

</td></tr>

<tr>

<td class="style56"

style="border: thin solid #C0C0C0; background-image: url('images/typename_bg.gif'); background-repeat: no-repeat;">

&nbsp;&nbsp; <a href='addauction.aspx?typeid=<%#Eval("i_autoid") %>'

style="background-image: url('images/menu_title_bg.gif'); background-repeat: no-repeat">

<asp:HyperLink ID="HyperLink1" runat="server"

Text="<%# itemtype(Container.DataItem) %>"></asp:HyperLink>

</a>

</td>

</tr>

</table>

</ItemTemplate>

</asp:DataList>

</td>

</tr>

</table>

</td>

<td class="oferta_text" valign="top">

Users Detail<br />

<uc1:UsersDetails ID="UsersDetails1" runat="server" />

</td>

</tr>

<tr>

<td class="style52">

&nbsp;</td>

<td class="style53">

&nbsp;</td>

</tr>

<tr>

<td class="style52">

&nbsp;</td>

<td class="style53">

&nbsp;</td>

</tr>

</table>

</td>

</tr>

</table>

</asp:Content>

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