小山子

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2010年10月18日

摘要: 1.HTML发送邮件的链接Code:<a href=”Mailto:SomeOne@Microsoft.com?Subject=Hello%20Again”>发送邮件</a>运行效果如下:发送邮件 说明:Subject=Hello%20AgainSubject: 邮件的主题 %20:代表单词空格 2.复杂的HTML发送邮件的链接Code:<a ... 阅读全文
posted @ 2010-10-18 13:21 小山子 阅读(651) 评论(0) 推荐(0)

2010年9月29日

摘要: 最简单的用户登录和注册: 1: 添加用户命令按钮代码: protected void btnRegist_Click(object sender, EventArgs e) { string username = txtName.Text; //将用户名输入框的内容赋值给变量 string password = txtPassword.Text; //将密码输入框的内容赋值给变量 SqlCo... 阅读全文
posted @ 2010-09-29 17:22 小山子 阅读(5985) 评论(0) 推荐(0)

2010年9月22日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics... 阅读全文
posted @ 2010-09-22 09:57 小山子 阅读(235) 评论(0) 推荐(0)

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace ShowPicture{ p... 阅读全文
posted @ 2010-09-22 09:52 小山子 阅读(403) 评论(0) 推荐(0)