Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ShowPersonDetails.aspx
Upload User: luxi500
Upload Date: 2010-01-22
Package Size: 1052k
Code Size: 1k
Category:
WEB(ASP,PHP,...)
Development Platform:
C#
- <%@ Page AutoEventWireup="false" Codebehind="ShowPersonDetails.aspx.cs" Inherits="Bid.ShowPersonDetails"%>
- <HTML>
- <HEAD>
- <title>ShowPersonDetails</title>
- </HEAD>
- <body style="FONT: 10pt verdana">
- <form id="Form1" method="post" runat="server">
- <h3 align="center">Wrox Classifieds</h3>
- <h3 align="center">Buyer Details</h3>
- <asp:Label ID="lblUserName" Font-Name="verdana" Font-Size="13px" Runat="server" />
- <asp:Label ID="lblMsg" Font-Name="verdana" Font-Size="14px" ForeColor="#000099" Font-Bold="True" Text="Information about the buyer." Runat="server" /><br>
- <br>
- <table Width="50%">
- <tr>
- <td>Buyer Name:</td>
- <td>
- <asp:Label ID="lblBuyerName" Runat="server" />
- </td>
- </tr>
- <tr>
- <td>Email:</td>
- <td>
- <asp:Label ID="lblBuyerEmail" Runat="server" />
- </td>
- </tr>
- <tr>
- <td>City:</td>
- <td>
- <asp:Label ID="lblBuyerCity" Runat="server" />
- </td>
- </tr>
- <tr>
- <td>State:</td>
- <td>
- <asp:Label ID="lblBuyerState" Runat="server" />
- </td>
- </tr>
- <tr>
- <td>Country:</td>
- <td>
- <asp:Label ID="lblBuyerCountry" Runat="server" />
- </td>
- </tr>
- <tr>
- <td Align="middle" ColSpan="2">
- <asp:Button id="btnBack" Text="Back" Runat="server" />
- </td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>