三文利用

ContractedBlock.gif ExpandedBlockStart.gif View Code
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="Black" GridLines="None"
BorderWidth="1px" BackColor="#73B857" AutoGenerateColumns="False" Width="550px"
OnRowCommand="GridView1_RowCommand">
<RowStyle BackColor="#c3ffab" />
<Columns>
<asp:BoundField DataField="RWTitle" HeaderText="任务名称">
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:TemplateField HeaderText="任务状态">
<ItemTemplate>
<%# JC(Eval("RWState").ToString()) %>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:TemplateField>
<asp:BoundField DataField="FPData" HeaderText="任务布时间">
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:TemplateField HeaderText="操作">
<ItemTemplate>
<asp:ImageButton ID="ImageButton1" runat="server" OnClientClick="return confirm('确定接受此任务吗?')"
CommandName="js" CommandArgument='<%# Eval("RWFPID") %>' Visible='<%# Convert.ToInt32(Eval("RWState"))==0?true:false %>'
ImageUrl="~/images/jiesou.gif" />
&nbsp;<asp:ImageButton ID="ImageButton2" runat="server" OnClientClick="return confirm('确定拒绝此任务吗?')"
CommandName="jj" CommandArgument='<%# Eval("RWFPID") %>' Visible='<%# Convert.ToInt32(Eval("RWState"))==0?true:false %>'
ImageUrl="~/images/jujue.gif" />
&nbsp;<asp:ImageButton ID="ImageButton3" runat="server" OnClientClick="return confirm('确定完成此任务吗?')"
CommandName="wc" CommandArgument='<%# Eval("RWFPID") %>' Visible='<%# Convert.ToInt32(Eval("RWState"))==2?true:false %>'
ImageUrl="~/images/wancheng.gif" />
&nbsp;<asp:ImageButton ID="ImageButton4" runat="server" OnClientClick="return confirm('确定放弃此任务吗?')"
Visible='<%# Convert.ToInt32(Eval("RWState"))==2?true:false %>' CommandName="fq"
CommandArgument='<%# Eval("RWFPID") %>' ImageUrl="~/images/fangqi.gif" />
<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="不要气馁!再接再厉!" Visible='<%# Convert.ToInt32(Eval("RWState"))==3?true:false %>'></asp:Label>
<asp:Label ID="Label2" runat="server" ForeColor="Blue" Text="表现不错,请继续努力!" Visible='<%# Convert.ToInt32(Eval("RWState"))==4?true:false %>'></asp:Label>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#fff000" Font-Bold="True" ForeColor="#000" />
<HeaderStyle BackColor="#73B857" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#2461BF" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>

转载于:https://www.cnblogs.com/XuYiHe/archive/2011/09/23/2185778.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值