zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    Net包管理NuGet(3)搭建私服及引用私服的包
    MyMql 下载以及配置
    Oracle 环境部署 以及数据库创建 ,用户新建和权限分配
    VUE.JS 环境配置
    .NET WEB API 简单搭建
    C# Timer 定时任务
    RemoTing 搭建简单实现
    MVC+EF三层+抽象工厂
    ASP.NET MVC SignalR 简单聊天推送笔记
    .net Mvc Dapper 方法封装
  • 原文地址:https://www.cnblogs.com/110abcd/p/5358326.html
Copyright © 2011-2022 走看看