合作联系微信: w6668263      合作联系电话:177-9238-7426     

上一页 1 ··· 59 60 61 62 63

2011年10月15日

CSS给框架定义背景

摘要: 框架页文件设置:<body style="background-color:transparent" > 或 <body bgColor="transparent">方法一:<iframe src="about.htm" width="100%" height="100%" align="center" scrolling="auto" frameborder="0" style="filter: 阅读全文

posted @ 2011-10-15 13:47 草率的龙果果 阅读(306) 评论(0) 推荐(1)

asp.net 在后台给前台的控件设置Style属性与坐标,后台设置CSS样式,后台获取前台控件坐标

摘要: 前台控件: Html代码 <asp:Label ID = "lblDSRText" Text = "当事人" runat = "server" name="label" Style="left: 300px; position: absolute;top:200px" BackColor="silver" ></asp:Label>后台代码: C#代码 Response.Write(lblDSRText.Style["top"] ) 阅读全文

posted @ 2011-10-15 13:46 草率的龙果果 阅读(7916) 评论(0) 推荐(1)

fileUpload上传contentType类型

摘要: View Code 1 using System; 2 2 using System.Collections.Generic; 3 3 using System.Text; 4 4 using System.Web; 5 5 using System.IO; 6 6 using System.Web.Configuration; 7 7 using System.Configuration; 8 8 using System.Web.Security; 9 9 using System.Web.UI.WebControls; 10 10 namespace ... 阅读全文

posted @ 2011-10-15 13:42 草率的龙果果 阅读(7299) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_General_SelectByWhere)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_General_SelectByWhere] Script Date: 03/17/2011 10:49:23 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 -- ============================================= 8 -- Author: <Author,,Name> 9 -- Create date: <Create Dat... 阅读全文

posted @ 2011-10-15 12:51 草率的龙果果 阅读(246) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_General_GetPage)

摘要: View Code 2 GO 3 /****** Object: StoredProcedure [dbo].[UP_General_GetPage] Script Date: 03/17/2011 11:16:59 ******/ 4 SET ANSI_NULLS OFF 5 GO 6 SET QUOTED_IDENTIFIER OFF 7 GO 8 9 10 -- =============================================11 -- 主 题:通用分页存储过程12 -- 功 能:对数据按照 不同的列,不同页尺寸分页13 -... 阅读全文

posted @ 2011-10-15 12:50 草率的龙果果 阅读(266) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_General_GetRowCount)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_General_GetRowCount] Script Date: 03/17/2011 11:17:19 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 ALTER PROCEDURE [dbo].[UP_General_GetRowCount] 8 @strTable nvarchar(255), -- 表名 9 @strField nvarchar(1000) = '*' 阅读全文

posted @ 2011-10-15 12:50 草率的龙果果 阅读(159) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_General_GetOrderPage)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_General_GetOrderPage] Script Date: 03/17/2011 11:16:42 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 ALTER PROCEDURE [dbo].[UP_General_GetOrderPage] 8 @tblName nvarchar(255), -- 表名 9 @st... 阅读全文

posted @ 2011-10-15 12:49 草率的龙果果 阅读(237) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_Common_GetPage)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_Common_GetPage] Script Date: 03/17/2011 11:16:21 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 -- ============================================= 8 -- Author: 9 -- Create date: 2-2010 -- Description: 分页存储过程11 -- ===... 阅读全文

posted @ 2011-10-15 12:48 草率的龙果果 阅读(195) 评论(0) 推荐(1)

上一页 1 ··· 59 60 61 62 63

导航