随笔分类 -  ASP.NET学习笔记

再续前缘吧...
摘要:吐槽…使用清理软件整理电脑要注意,不要清理的“太狠”,不然你会受伤的! C#中的Substring() 示例 实现代码 using System;using System.Collections.Generic;using System.Linq;using System.Text;using Sy 阅读全文
posted @ 2016-12-23 21:10 Jener_Yan 阅读(5368) 评论(0) 推荐(0)
摘要:操作步骤: 3. 在lifeCycleValidation.aspx.cs中,添加如下代码: protected void Page_Load(object sender, EventArgs e) { lbText.Text += "Page_Load<hr/>"; } protected voi 阅读全文
posted @ 2016-12-11 22:13 Jener_Yan 阅读(236) 评论(0) 推荐(0)