摘要: View Code 1 <div> 2 <asp:TextBox ID="SearchName" class="search_bg" runat="server"></asp:TextBox> 3 <asp:Button ID="Search" runat="server" class="btn_bg" OnClick="Search_Click" /> 4 </div> 5 <asp:La 阅读全文
posted @ 2011-03-24 16:41 Ryo 阅读(103) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <div> 2 <table cellpadding="5" cellspacing="0" border="0" class="member_info"> 3 <tr> 4 <td style="width: 500px; float: left;"> 5 &nbsp;<asp:TextBox ID="Cid" runat="server" Style="di 阅读全文
posted @ 2011-03-24 16:32 Ryo 阅读(284) 评论(0) 推荐(1) 编辑
摘要: View Code 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="list.aspx.cs" Inherits="Sigil.OutCall.list" %> 2 3 <asp:repeater id="MainRepeater" runat="server" onitemdatabound="MainRepeater_ItemDataBound"> 4 &l 阅读全文
posted @ 2011-03-24 16:25 Ryo 阅读(330) 评论(0) 推荐(1) 编辑
摘要: PS: 数据库中 选中为4,否则为1View Code 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Product-Update.aspx.cs" 2 Inherits="Sigil.OutCall.ProductUpdate" %> 3 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w 阅读全文
posted @ 2011-03-24 16:20 Ryo 阅读(529) 评论(0) 推荐(0) 编辑