摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Mvc2.Models; namespace Mvc2.Controlle 阅读全文
posted @ 2016-11-10 23:48 庚xiao午 阅读(396) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Mvc1.Models; namespace Mvc1.Controlle 阅读全文
posted @ 2016-11-10 14:42 庚xiao午 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: 运行机制: 列表显示数据: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Mvc1.Models { public class UsersData { Da 阅读全文
posted @ 2016-11-09 17:05 庚xiao午 阅读(1893) 评论(2) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xh 阅读全文
posted @ 2016-10-29 21:15 庚xiao午 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 邮 箱: 验证码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; us... 阅读全文
posted @ 2016-10-28 22:45 庚xiao午 阅读(327) 评论(0) 推荐(0) 编辑
摘要: //方法1: //创建发信人对象 //MailAddress fr = new MailAddress("18560812711@sina.cn"); //创建收信人对象 //MailAddress to = new MailAddress(TextBox1.Text.Trim()); //创建邮件 阅读全文
posted @ 2016-10-28 22:17 庚xiao午 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w 阅读全文
posted @ 2016-10-27 22:50 庚xiao午 阅读(126) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebContr... 阅读全文
posted @ 2016-10-27 21:39 庚xiao午 阅读(250) 评论(0) 推荐(0) 编辑
摘要: /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType 9?a.defaultView||a.parentWindow:! 阅读全文
posted @ 2016-10-23 19:21 庚xiao午 阅读(147) 评论(0) 推荐(0) 编辑
摘要: /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType 9?a.defaultView||a.parentWindow:! 阅读全文
posted @ 2016-10-21 16:48 庚xiao午 阅读(216) 评论(0) 推荐(0) 编辑