上一页 1 ··· 15 16 17 18 19
摘要: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="info.ascx.cs" Inherits="DotNetNuke.Modules.HRAddUser.info" %> <style> .tablestyles { positi 阅读全文
posted @ 2021-09-05 20:08 刘贵庆 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 分页: 1、先把属性AllowPaging设置为true, 2、pagesize为每一页的行数,PageSize="15". 3、OnPageIndexChanging="gridview1_PageIndexChanging" <asp:GridView ID="gridYearStsDetail 阅读全文
posted @ 2021-09-05 20:03 刘贵庆 阅读(84) 评论(0) 推荐(0) 编辑
摘要: DateTime tmEndDate = DateTime.Today; DateTime tmBuyDate; CommandText = "select .... from ..... where id=" + tbid.ToString(); tmBuyDate = Convert.ToDat 阅读全文
posted @ 2021-09-05 20:01 刘贵庆 阅读(16) 评论(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 ··· 15 16 17 18 19