DropdownList异步刷新GridView数据
前台代码:
<div style=" clear:both; width:800px; text-align:center; margin-left:auto; margin-right:auto; margin-left:270px">
<table>
<tr>
<td style="font-weight: bold; font-size: 20px; text-align: center"
class="style556">
<asp:Label ID="lblTitle" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="right">
时间:<asp:DropDownList ID="ddlDate" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlDate_SelectedIndexChanged">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="text-align:right">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate> <yyc:SmartGridView ID="sgvFile" runat="server" AllowPaging="True" AutoGenerateColumns="False"
DataKeyNames="Id" OnPageIndexChanging="SmartGridView_PageIndexChanging" PageSize="30"
SkinID="UnpagedWrap" Width="790px" MergeCells="5,6,7,8">
<Columns>
<asp:BoundField DataField="Id" HeaderText="Id" Visible="False" />
<asp:TemplateField HeaderText="方向">
<ItemTemplate>
<asp:Label ID="lbyinyong" runat="server" Text='<%# Eval("LeftOrRight").ToString()=="1"?"进洞口":"出洞口" %>'></asp:Label>
</ItemTemplate>
<ItemStyle Width="70px" />
</asp:TemplateField>
<asp:BoundField DataField="ClassName" HeaderText="工序名称" />
<asp:BoundField DataField="AllLength" DataFormatString="{0:0.##}" HeaderText="长度<br/>"
HtmlEncode="False" />
<asp:TemplateField HeaderText="截止上日末<br/>数量(m)">
<ItemTemplate>
<%# Convert.ToInt32(Eval("LeftOrRight")) == 1 ? Eval("AllFinishL") : Eval("AllFinishR")%>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="FinishNumber" DataFormatString="{0:0.##}" HeaderText="本日数量<br/>(m)"
HtmlEncode="False" />
<asp:BoundField DataField="AllFinish" DataFormatString="{0:0.##}" HeaderText="累计完成<br/>数量(m)"
HtmlEncode="False" />
<asp:BoundField DataField="PercentFinish" DataFormatString="{0:0.##}%" HeaderText="累计完成<br/>百分比"
HtmlEncode="False" />
<asp:BoundField DataField="NoFinishNumber" DataFormatString="{0:0.##}" HeaderText="剩余量<br/>(m)"
HtmlEncode="False" />
<asp:BoundField DataField="AddDate" DataFormatString="{0:d}" HeaderText="日期" HtmlEncode="False"
ReadOnly="True">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:TemplateField HeaderText="监理<br>审核">
<ItemTemplate>
<asp:Label ID="Label1" Text='<%# zhy_CommClass.zhyPageView.IsPassView(Eval("Pass"), "已审", "<font color=red>未审</font>") %>' runat="server"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</yyc:SmartGridView> </ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="ddlDate" />
</Triggers>
</asp:UpdatePanel>
</td>
</tr>
</table>
</div>
DropdownList异步刷新GridView数据的更多相关文章
- 【asp.net】将GridView数据导出Excel
概要: 中午睡了一会,醒来的时候看到老师叫我去办公室,需求是这样的,把excel表中的每个同学,判断图片目录中是否有对应的照片(图片的名字用的学号或身份证号码) 没有对应图片的学生记录,存入自己的数据 ...
- DropDownList和GridView用法
DropDownList和GridView用法 DropDownList控件和GridView控件在Asp.net中相当常用,以下是控件的解释,有些是常用的,有些是偶尔的,查找.使用.记录,仅此而 ...
- ScrollView嵌套ListView,GridView数据加载不全问题的解决
我们大家都知道ListView,GridView加载数据项,如果数据项过多时,就会显示滚动条.ScrollView组件里面只能包含一个组件,当ScrollView里面嵌套listView,GridVi ...
- 使用自定的Adapter绑定ListView/GridView数据
使用自定的Adapter绑定ListView/GridView数据(地址) 对于ListView/Gridview的数据绑定, google提供了一些Adapter的模板, 自己也可以自定义一些个性化 ...
- C# DevExpress 的gridControl或gridView数据导出失败解决方法
来自:http://blog.csdn.net/lybwwp/article/details/8049464 谢谢 在使用DevExpress 的GridPanel控件的时候出现了一个莫名其妙的现象, ...
- Gridview数据导出到ExcelWord 防止出现乱码
1.页面中添加绿色字体代码<%@ Page Language="C#" CodeFile="111.aspx.cs" Inherits="111 ...
- 在ASP.NET中将GridView数据导出到Word、Excel
在ASP.NET中将GridView数据导出到Word.Excel asp.net,导出gridview数据到Word,Excel,PDF #region Export to Word, Exce ...
- 动态横向(水平)合并GridView数据行DataRow的列
前一段时间,Insus.NET有写过<动态合并GridView数据行DataRow的列>http://www.cnblogs.com/insus/p/3238348.html, 那是纵向( ...
- ASP.NET中GridView数据导出到Excel
/// <summary> /// 导出按钮 /// </summary> /// <param name="sender"></para ...
随机推荐
- Android五大布局标签和属性总结
1.LinearLayout orention 水平和垂直 weight 切割闲置空间 水平布局 切割宽度 垂直布局 切割的高度 切割的时候 指定的高度或者宽度不能用fill_parent/ ...
- poj 3592 Instantaneous Transference 【SCC +缩点 + SPFA】
Instantaneous Transference Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 6204 Accep ...
- TCP/IP --概述
分层 网络协议通常分不同层次进行开发,每一层分别负责不同的通信功能.一个协议族,比如T C P / I P,是一组不同层次上的多个协议的组合.T C P / I P通常被认为是一个四层协议系统.,如图 ...
- nginx php 使用unix socket 还是tcp?
两种通信方式的分析和总结 从原理上来说,unix socket方式肯定要比tcp的方式快而且消耗资源少,因为socket之间在nginx和php-fpm的进程之间通信,而tcp需要经过本地回环驱动,还 ...
- docker run
1.登录Docker Hub 账户 2.输入命令:构建一个web应用. docker run -d -P training/webapp python app.py 参数说明: -d:让容器在后台运行 ...
- 系统管理员应该知道的 20 条 Linux 命令
如果您的应用程序不工作,或者您希望在寻找更多信息,这 20 个命令将派上用场. 在这个全新的工具和多样化的开发环境井喷的大环境下,任何开发者和工程师都有必要学习一些基本的系统管理命令.特定的命令和工具 ...
- Atitit. 数据库-----catalog与schema的设计区别以及在实际中使用 获取数据库所有库表 java jdbc php c#.Net
Atitit. 数据库-----catalog与schema的设计区别以及在实际中使用 获取数据库所有库表 java jdbc php c#.Net 1. -catalog与schema的设计区别1 ...
- C语言基础(15)-多文件编译
一.头文件的使用 如果把main函数放在第一个文件中,而把自定义函数放在第二个文件中,那么就需要在第一个文件中声明函数原型.如果把函数原型包含在一个头文件里,那么就不必每次使用函数的时候都声明其原型了 ...
- nginx源码学习_数据结构(ngx_str_t)
nginx中关于字符串的数据结构位于src/core/ngx_string.c和src/core/ngx_string.h中 先来看一下数据结构: typedef struct { size_t le ...
- crontab执行脚本与手动执行结果不一致
反正网上说是环境变量问题,我就直接在脚本第二行加入以下代码: source /etc/profile source ~/.bashrc 问题是解决了!