Add Auction Details

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

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

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

<style type="text/css">

.style1

{

}

.style2

{

width: 126px;

height: 23px;

}

.style3

{

height: 23px;

}

.style4

{

width: 121px;

}

.style5

{

width: 121px;

height: 23px;

}

</style>

</asp:Content>

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

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

<tr>

<td class="center_title_bar" colspan="3">

Add Details</td>

</tr>

<tr>

<td class="cart_title">

&nbsp;</td>

<td class="style4">

&nbsp;</td>

<td rowspan="4">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<asp:CalendarExtender ID="exeffectedfrom" runat="server"

TargetControlID="txteffectfrom">

</asp:CalendarExtender>

<asp:CalendarExtender ID="exeffectedto" runat="server"

TargetControlID="txteffectto">

</asp:CalendarExtender>

</td>

</tr>

<tr>

<td class="cart_title">

Effect From</td>

<td class="style4">

<asp:TextBox ID="txteffectfrom" runat="server" Height="22px" Width="173px"></asp:TextBox>

</td>

</tr>

<tr>

<td class="cart_title">

Effect To</td>

<td class="style5">

<asp:TextBox ID="txteffectto" runat="server" Height="22px" Width="173px"></asp:TextBox>

</td>

</tr>

<tr>

<td class="cart_title">

Starting Price</td>

<td class="style4">

<asp:TextBox ID="txtStartingprice" runat="server" Height="22px" Width="173px"></asp:TextBox>

</td>

</tr>

<tr>

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

Description</td>

<td class="style4">

<asp:TextBox ID="txtDescription" runat="server" Height="126px"

TextMode="MultiLine" Width="322px"></asp:TextBox>

</td>

</tr>

<tr>

<td class="cart_title">

<asp:Label ID="lblmessage" runat="server"></asp:Label>

</td>

<td class="style4">

<asp:Button ID="btnSubmit" runat="server" Height="26px"

onclick="btnSubmit_Click" Text="Submit" Width="80px" />

</td>

</tr>

</table>

</asp:Content>

Admin Folder

Add Items

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

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

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

<style type="text/css">

.style1

{

height: 22px;

}

.style2

{

width: 132px;

}

.style3

{

height: 22px;

width: 132px;

}

.style4

{

width: 206px;

}

.style5

{

height: 22px;

width: 206px;

}

.style6

{

width: 132px;

height: 21px;

}

.style7

{

width: 206px;

height: 21px;

}

.style8

{

height: 21px;

}

.style9

{

width: 132px;

height: 18px;

}

.style10

{

width: 206px;

height: 18px;

}

.style11

{

height: 18px;

}

.style12

{

width: 132px;

height: 26px;

}

.style13

{

width: 206px;

height: 26px;

}

.style14

{

height: 26px;

}

.style15

{

width: 160px;

height: 283px;

}

.style16

{

height: 283px;

}

</style>

</asp:Content>

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

<table style="width:102%; height: 338px;">

<tr>

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

<uc1:AdminMenus ID="AdminMenus1" runat="server" />

</td>

<td class="style16">

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

<tr>

<td class="style2">

ADD ITEM TYPE</td>

<td class="style4">

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style3">

TYPE NAME</td>

<td class="style5">

<asp:TextBox ID="txttypename" runat="server" Height="21px" Width="201px"></asp:TextBox>

</td>

<td class="style1">

</td>

</tr>

<tr>

<td class="style2">

TYPE IMAGE</td>

<td class="style4">

<asp:FileUpload ID="uploadtypeimage" runat="server" Height="21px" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style2">

<asp:Label ID="lblmsg0" runat="server"></asp:Label>

</td>

<td class="style4">

<asp:Button ID="btninsert" runat="server" Height="24px"

onclick="btninsert_Click" Text="Insert" Width="81px" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style9">

</td>

<td class="style10">

</td>

<td class="style11">

</td>

</tr>

<tr>

<td class="style2">

ADD ITEMS&nbsp;</td>

<td class="style4">

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style12">

ITEM NAME</td>

<td class="style13">

<asp:TextBox ID="txtitemname" runat="server" Height="21px" Width="201px"></asp:TextBox>

</td>

<td class="style14">

</td>

</tr>

<tr>

<td class="style6">

ITEM TYPE</td>

<td class="style7">

<asp:DropDownList ID="ddltypes" runat="server" Height="21px" Width="200px"

AutoPostBack="True">

</asp:DropDownList>

</td>

<td class="style8">

</td>

</tr>

<tr>

<td class="style2">

ITEM IMAGE</td>

<td class="style4">

<asp:FileUpload ID="uploaditemimage" runat="server" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style2">

<asp:Label ID="lblmsg" runat="server"></asp:Label>

</td>

<td class="style4">

<asp:Button ID="btnsubmit" runat="server" Height="25px" Text="Submit"

onclick="btnsubmit_Click" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style2">

&nbsp;</td>

<td class="style4">

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style2">

&nbsp;</td>

<td class="style4">

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

</table>

</td>

</tr>

<tr>

<td colspan="2">

&nbsp;</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