摘要:
datagrid控件使用技巧大集合 引用自:http://www.cnblogs.com/iCeSnaker/archive/2004/07/31/29017.aspx 1、DataGrid的正反双向排序 http://dev.csdn.net/develop/article/26/26817.shtm 2、DataGrid删除确认及Item颜色交替 http://dev.csdn.ne... 阅读全文
摘要:
using System;using System.Data;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Resources;using System.Reflection;using System.DirectoryServices;using System.Web.Secur... 阅读全文
摘要:
單位轉換函數ALTER FUNCTION [dbo].[GetSrcToDestUnitRate]( -- Add the parameters for the function here @src varchar(10), --轉換前的單位 @dest varchar(10) --轉換後的單位)RETURNS floatASBEGIN declare @srcRate float, @destR... 阅读全文
摘要:
pubScoreArea_View Indicator*: ... 阅读全文
摘要:
在CS中加入以下代碼: this.Toolbar1.Attributes.Add("onbuttonclick","ToolbarConfirm();");前台: 阅读全文