五月综合缴情婷婷六月,色94色欧美sute亚洲线路二,日韩制服国产精品一区,色噜噜一区二区三区,香港三级午夜理伦三级三

您現(xiàn)在的位置: 365建站網(wǎng) > 365文章 > 服務(wù)器標(biāo)記“asp:UpdatePanel”不明確

服務(wù)器標(biāo)記“asp:UpdatePanel”不明確

文章來源:365jz.com     點(diǎn)擊數(shù):1744    更新時(shí)間:2009-09-18 10:26   參與評(píng)論
   各位大蝦在使用ASP.NET AJAX UpdatePanel 有沒有出現(xiàn)過這種現(xiàn)象:服務(wù)器標(biāo)記“asp:UpdatePanel”不明確。請(qǐng)修改導(dǎo)致此多義性的關(guān)聯(lián)注冊(cè)并選取新的標(biāo)記前綴。 又是如何解決的了?

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BarterGoodsManage.aspx.cs" Inherits="Ordering_BarterGoodsManage" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>榮格訂貨系統(tǒng)</title>
<link href="css/css.css" rel="stylesheet" type="text/css"/>
<link href="css/link.css" rel="stylesheet" type="text/css"/>

<script language="JavaScript" type="text/javascript" src="js/WebCalendar.js"></script>
<script language="javascript" src="js/systemStyle.js" type="text/javascript"></script>
</head>
<body>
    <form id="form1" runat="server">
     <cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
                </cc1:ToolkitScriptManager>
    <div class="mainDiv">
    <h3 class="titleH3">
    <span class="titleleft"><img src="images/title.gif" /></span>
         <b class="add">
    <input type="button" value="搜 索" class="button"  onclick="search()" />
    <input type="button" value="申請(qǐng)換貨" class="button"  onclick="window.location='BarterGoodsAdd.aspx'" />
   </b>
    <span class="path">
   <span>換貨管理</span>
  </span>
    <span class="titleright"><img src="images/titleright.gif" /></span>
 </h3>
    <div class="divTable">

         <div class="hiddenDiv" id="hiddenDiv" style="display:none">
    <table class="TableStyle">
       <tr>
        <td>&nbsp;&nbsp;換貨單號(hào):<asp:TextBox ID="txtbarter" class="inputText" runat="server"></asp:TextBox>
      
                          </td>
                           <td>
                          &nbsp;&nbsp;退單狀態(tài):
       <asp:DropDownList ID="ddlFlag" runat="server">
                          </asp:DropDownList>
                          </td>
                          <td>
                          &nbsp;&nbsp;換貨時(shí)間:
         <asp:TextBox ID="txtStartTime" runat="server" class="inputDate" style="width:80px"  onclick="SelectDate(this,'yyyy-MM-dd')"></asp:TextBox>
       至
        <asp:TextBox ID="txtEndTime" runat="server" class="inputDate" style="width:80px"  onclick="SelectDate(this,'yyyy-MM-dd')"></asp:TextBox>
                           <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtStartTime"
                                    ErrorMessage="無效的日期" ValidationExpression="^((\d{2}(([02468][048])|([13579][26]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|([1-2][0-9])))))|(\d{2}(([02468][1235679])|([13579][01345789]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|(1[0-9])|(2[0-8]))))))(\s(((0?[0-9])|([1-2][0-3]))\:([0-5]?[0-9])((\s)|(\:([0-5]?[0-9])))))?$"></asp:RegularExpressionValidator>
                               <asp:RegularExpressionValidator ID="RegularExpressionValidator5" runat="server" ControlToValidate="txtEndTime"
                                    ErrorMessage="無效的日期" ValidationExpression="^((\d{2}(([02468][048])|([13579][26]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|([1-2][0-9])))))|(\d{2}(([02468][1235679])|([13579][01345789]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|(1[0-9])|(2[0-8]))))))(\s(((0?[0-9])|([1-2][0-3]))\:([0-5]?[0-9])((\s)|(\:([0-5]?[0-9])))))?$"></asp:RegularExpressionValidator>      
                          </td>
      </tr>
       <tr>
        <td colspan="3" class="centerTd">
        <asp:Button ID="btnSearch" runat="server" Text="查 詢" class="button" OnClick ="btnSearch_Click" /></td>
       </tr>
    </table>
            </div>
               <!--注:此TABLE作為無信息或查找后無信息樣式格式,所有系統(tǒng)用此格式-->
             <table class="TableList" runat="server" id="tb" style="display: none">
                <tr>
                    <th>
                       換貨號(hào)
                    </th>
                    <th>
                       貨站
                    </th>
                    <th>
                        換貨類型
                    </th>
                    <th>
                        總實(shí)洋
                    </th>
                    <th>
                        當(dāng)前狀態(tài)
                    </th>
                    <th>
                        制單系統(tǒng)
                    </th>
                    <th>
                        申請(qǐng)日期
                    </th>
                     <th>
                        完成日期
                    </th>
                   
                     <th>
                        操作
                    </th>
                </tr>
                <tr>
                    <td colspan="7" style="text-align: center;">
                        暫無信息...
                    </td>
                </tr>
            </table>
             <asp:UpdatePanel ID="UpdatePanel2" runat="server">
             <ContentTemplate>
            <!--注:此TABLE作為無信息或查找后無信息樣式格式,所有系統(tǒng)用此格式 END-->
             <asp:GridView ID="gdvBarterGoods" class="TableList" runat="server"
                AutoGenerateColumns="False" onrowdatabound="gdvBarterGoods_RowDataBound"
                     onrowcancelingedit="gdvBarterGoods_RowCancelingEdit"
                     onrowupdating="gdvBarterGoods_RowUpdating">
            <Columns>
                        <asp:BoundField  DataField="trade_Id"  HeaderText="換貨號(hào)"/>
                        <asp:BoundField  DataField="store_name"  HeaderText="貨站"/>
                        <%--<asp:BoundField  DataField="pro_total_money"  HeaderText="總碼洋"/>--%>
                        <asp:BoundField  DataField="pro_total_money"  HeaderText="換出金額"/>
                        <asp:BoundField  DataField="ExchangeMoney"  HeaderText="換進(jìn)金額"/>
                        <asp:BoundField  DataField="type_name"  HeaderText="當(dāng)前狀態(tài)"/>
                        <asp:BoundField  DataField="DTName"  HeaderText="制單系統(tǒng)"/>
                        <asp:BoundField  DataField="operateDate"  HeaderText=" 申請(qǐng)日期"/>
                        <asp:BoundField  DataField="quit_date"  HeaderText=" 完成日期"/>
                   
                       
                        <asp:TemplateField HeaderText="操作">
                        <ItemTemplate>
                        <asp:HiddenField ID="HidBack_Id" runat="server" Value='<%# Eval("trade_Id") %>' />
                         <asp:HiddenField ID="HidFlag" runat="server" Value='<%# Eval("flag") %>' />
                         <asp:HiddenField ID="HidStore_Id" runat="server" Value='<%# Eval("store_Id") %>' />
                       
                       <asp:LinkButton ID="lbtnView"  runat="server"   CommandArgument='<%# Eval("trade_Id") %>' OnClick="lbtnView_Click"><img src="images/view.gif" alt="查看" />查看</asp:LinkButton>
                       
                       <asp:LinkButton ID="lbtnEdit"  runat="server"   CommandArgument='<%# Eval("trade_Id") %>' OnClick="lbtnEdit_Click"><img src="images/edit.gif" alt="修改" />修改</asp:LinkButton>
       
         <a href="BarterGoodsExecl.aspx?trade_Id=<%# Eval("trade_Id") %>" alt="導(dǎo)出EXCEL"><img src="images/excel.gif" />導(dǎo)出EXCEL</a>
       <%--  <a href="#" alt="打印"><img src="images/print.gif" />打印</a>--%>
         <asp:Button ID="btnSend" Text="發(fā)貨" runat="server" OnClientClick="if(confirm('確定發(fā)貨')) return true; else return false;" CssClass="button" CommandName="Cancel"/>
       
         <asp:Button ID="btnFlag" runat="server" CssClass="button" CommandName="Update"  OnClientClick="if(confirm('確定作廢')) return true; else return false;" />
                          
      
                            </ItemTemplate>
                        </asp:TemplateField>
                    </Columns>
        </asp:GridView>
           
   <div class="tableFooter">
   <div class="page">
      
    <webdiyer:aspnetpager id="AspNetPager1" runat="server" PageSize="15" alwaysshow="True" FirstPageText="首頁" LastPageText="尾頁" NextPageText="下一頁" PrevPageText="上一頁"  PageIndexBoxType="TextBox  "
                            ShowPageIndexBox="Always" SubmitButtonText="Go" TextAfterPageIndexBox="頁" CustomInfoHTML="當(dāng)前<span class='red12'>%CurrentPageIndex%</span>頁 / 共%PageCount%頁" ShowCustomInfoSection="Left"  TextBeforePageIndexBox="轉(zhuǎn)到"  OnPageChanged="AspNetPager1_PageChanged" SubmitButtonClass="button"  ShowPageIndex="False" CustomInfoSectionWidth="" CssClass="pageRight" CustomInfoClass="pageLeft" PageIndexBoxClass="aaa" >
                </webdiyer:aspnetpager>
     </div>
   </div>
   
   </ContentTemplate>
   </asp:UpdatePanel>
   
   
    </div>


</div>
    </form>
</body>
</html>

 


如對(duì)本文有疑問,請(qǐng)?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答!! 點(diǎn)擊進(jìn)入論壇

發(fā)表評(píng)論 (1744人查看0條評(píng)論)
請(qǐng)自覺遵守互聯(lián)網(wǎng)相關(guān)的政策法規(guī),嚴(yán)禁發(fā)布色情、暴力、反動(dòng)的言論。
昵稱:
最新評(píng)論
------分隔線----------------------------

其它欄目

· 建站教程
· 365學(xué)習(xí)

業(yè)務(wù)咨詢

· 技術(shù)支持
· 服務(wù)時(shí)間:9:00-18:00
365建站網(wǎng)二維碼

Powered by 365建站網(wǎng) RSS地圖 HTML地圖

copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)