• ajax 控件使用


     <asp:ScriptManager ID="ScriptManager1" runat="server">
     </asp:ScriptManager>
    
     
    <span id="c1" onclick="lpa()" style="color:Red; font-size:20px">理赔案件</span>
    <span id="c2" onclick="lpb()" style=" font-size:20px">导入本地</span>
    
    <div id="lp2" style="display:none">
    <div style="overflow:scroll; padding-bottom:16px; 99%" align="center" >
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
     <ContentTemplate>
        <asp:GridView ID="GridView2" runat="server">
            <RowStyle Wrap="False" />
            <EmptyDataRowStyle Wrap="False" />
         <Columns>
    
                     <asp:HyperLinkField DataNavigateUrlFields="理赔ID" 
                         DataNavigateUrlFormatString="ss_lpxg.aspx?lpid={0}" HeaderText="审核" 
                         Text="审核中" >
                         <ControlStyle Width="30px"/>
                         <FooterStyle Wrap="False" />
                         <HeaderStyle Wrap="False" />
                         <ItemStyle Wrap="False"   />
                     </asp:HyperLinkField>
                     <asp:HyperLinkField DataNavigateUrlFields="理赔ID" 
                         DataNavigateUrlFormatString="quxiao.aspx?lpid={0}" HeaderText="取消审核" 
                         Text="取消审核" >
                         
                         <FooterStyle Wrap="False" />
                         <HeaderStyle Wrap="False" />
                         <ItemStyle Wrap="False" />
                     </asp:HyperLinkField>
                
        </Columns>
            <FooterStyle Wrap="False" />
            <PagerStyle Wrap="False" />
            <HeaderStyle Wrap="False" BackColor="#00CCFF" Height="30px" />
            <EditRowStyle Wrap="False" />
        </asp:GridView>
        <webdiyer:AspNetPager ID="AspNetPager2" runat="server" FirstPageText="首页" 
            LastPageText="尾页" NextPageText="下一页" onpagechanging="AspNetPager2_PageChanging" 
            PrevPageText="上一页" >
        </webdiyer:AspNetPager>
        </ContentTemplate>
     </asp:UpdatePanel>
  • 相关阅读:
    node版本切换工具n的使用介绍
    nrm -- npm镜像源管理
    npm vs npx
    Dnsmasq MacOS使用介绍
    Java动态生成类以及动态添加属性
    mysql表名忽略大小写问题记录
    psotgresql之大小写
    java 按字节读写二进制文件(Base64编码解码)
    java解析复杂json:JSONObject 和 JSONArray的使用
    URL编码:怎样读取特殊字符
  • 原文地址:https://www.cnblogs.com/110abcd/p/5358326.html
Copyright © 2020-2023  润新知