2012年3月6日
摘要: DropDownList dl = sender as DropDownList;string GroupID = dl.SelectedValue; about multi-level interaction ,we may add some cache, not every time selec 阅读全文
posted @ 2012-03-06 15:33 子虚乌有 阅读(284) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Web;using System.Data;using System.Data.SqlClient; /// <summary>/// Summary description for 阅读全文
posted @ 2012-03-06 15:25 子虚乌有 阅读(235) 评论(0) 推荐(0)
摘要: Today, i made a mistake, when i call a function, pass the wrong order of the parameters, such as ShowReport(GroupID, ClassID,ProcessID);but when i use 阅读全文
posted @ 2012-03-06 14:45 子虚乌有 阅读(175) 评论(0) 推荐(0)