1 public delegate double PriceHandler();2 3 public class PriceManager 4 { 5 public PriceHandler GetPriceHandler;6 7/委托处理,当价格高于100元按8.8折计算,其他按原价计算 8 public double GetPrice() 9 { ...
string strSql=string.Format("insert into msgboard(Name,Content,Time)values('{0}','{1}',{2})", txtName.Text.Trim(),txtContent.Text.Trim(),DateTime.Now.ToShortDateString());Response.Write(strSql);string...
1.获取GridView的主键值: Code highlighting produced by Actipro CodeHighlighter(freeware)http://www.CodeHighlighter.com/-->public static T GetKey<T>(this GridView grid,int rowIndex){ T key=(T)grid....