Asp.net源码专业站
首页->尚未分类->狂龙通讯录管理系统2.0源码>>AmendPhoto.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:狂龙通讯录管理系统2.0源码
当前文件:文件类型 KuangLongCommunicationV2/AmendPhoto.aspx[3K,2009-6-12 11:46:37]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AmendPhoto.aspx.cs" Inherits="AmendPhoto" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8 <link href="Styles/Style.css" type="text/css" rel=stylesheet /> 9</head> 10<body> 11 <form id="form1" runat="server"> 12 <div> 13 <table align=center> 14 <tr> 15 <td style="text-align: center" > 16 <strong><span style="font-size: 24pt; font-family: 隶书">上传近期好友照片</span></strong></td> 17 </tr> 18 <tr> 19 <td style="width: 193px; height: 21px;"> 20 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" Width="356px" style="left: 297px; top: 71px" AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging"> 21 <FooterStyle BackColor="White" ForeColor="#000066" /> 22 <Columns> 23 <asp:BoundField DataField="id" HeaderText="id" Visible="False" /> 24 <asp:BoundField DataField="userId" HeaderText="用户名" /> 25 <asp:BoundField DataField="frdName" HeaderText="好友姓名" /> 26 <asp:CommandField ButtonType="Button" ShowSelectButton="True" HeaderText="更新照片" /> 27 <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Showfriendinf.aspx?UseId={0}" 28 HeaderText="详细信息" Text="详细信息" /> 29 </Columns> 30 <RowStyle ForeColor="#000066" /> 31 <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" /> 32 <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="right" /> 33 <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" /> 34 </asp:GridView> 35 </td> 36 </tr> 37 <tr> 38 <td align=right> 39 <asp:Label ID="lblupdata" runat="server" Text="上传"></asp:Label>&nbsp; 40 <asp:Label ID="lblfrdinf" runat="server"></asp:Label> 41 <asp:Label ID="lblphoto" runat="server" Text="近期照片" Visible="False"></asp:Label>&nbsp; 42 <input id="Uploadpri" type="file" runat=server visible=false/></td> 43 </tr> 44 <tr> 45 <td align=center> 46 <asp:Button runat=server Text="上传照片" ID="BtnPhoto" OnClick="BtnPhoto_Click" Visible="False" /> 47 </td> 48 </tr> 49 <tr> 50 <td align=center> 51 <asp:Label ID=lblmsg runat=server Visible="False"></asp:Label> 52 </td> 53 </tr> 54 </table> 55 56 </div> 57 </form> 58</body> 59</html> 60
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:狂龙通讯录管理系统2.0源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146