摘要: public partial class _Default : System.Web.UI.Page { private string msgStr=""; private string _IsPostBack = "false"; protected void Page_Load(Object obj,EventArgs e) { if (!Page.IsPostBack) { if (_IsPostBack != "OK") { _IsPostBack = "true"; } msgStr = "No 阅读全文
posted @ 2013-01-10 15:32 xyzyyj 阅读(234) 评论(0) 推荐(0) 编辑