摘要:
实现将DIV显示在Select控件上面(注:Select会获取焦点,所以不能用正常的方法来实现) .... and a DIV can cover it upthrough the help of an IFRAME. Click to show DIV. Click to hide DIV. 阅读全文
摘要:
SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO Create PROCEDURE [dbo].[Common_Pagination] @tablename varchar(100), @tablefield varchar(20), @where varchar(5000), @orderby varchar(500), @fieldlist ... 阅读全文
摘要:
一、将excel数据只读到程序中显示: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsof... 阅读全文