上一页 1 ··· 16 17 18 19 20
摘要: e.Row.Cells[1].ForeColor = System.Drawing.Color.Blue; 阅读全文
posted @ 2021-09-05 20:19 刘贵庆 阅读(86) 评论(0) 推荐(0) 编辑
摘要: protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { switch (e.Row.RowType) { case DataControlRowType.Header: //总表头 TableCellC 阅读全文
posted @ 2021-09-05 20:18 刘贵庆 阅读(168) 评论(0) 推荐(0) 编辑
摘要: OnRowCommand="gridInfoData_RowCommand" <Columns> <asp:ButtonField HeaderText="总额" ButtonType="Link" DataTextField="MoneySum" CommandName="PorTrue" Ite 阅读全文
posted @ 2021-09-05 20:13 刘贵庆 阅读(56) 评论(0) 推荐(0) 编辑
摘要: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="info.ascx.cs" Inherits="DotNetNuke.Modules.HRAddUser.info" %> <style> .tablestyles { positi 阅读全文
posted @ 2021-09-05 20:08 刘贵庆 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 分页: 1、先把属性AllowPaging设置为true, 2、pagesize为每一页的行数,PageSize="15". 3、OnPageIndexChanging="gridview1_PageIndexChanging" <asp:GridView ID="gridYearStsDetail 阅读全文
posted @ 2021-09-05 20:03 刘贵庆 阅读(95) 评论(0) 推荐(0) 编辑
摘要: DateTime tmEndDate = DateTime.Today; DateTime tmBuyDate; CommandText = "select .... from ..... where id=" + tbid.ToString(); tmBuyDate = Convert.ToDat 阅读全文
posted @ 2021-09-05 20:01 刘贵庆 阅读(17) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;u 阅读全文
posted @ 2021-09-05 19:53 刘贵庆 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20