作者: 王继光 时间: 2012-12-26 20:19
这个只是用于演示登录,没有涉及到数据库, 在实际的项目中, 密码都是存储在数据库里得 修改密码就是修改数据库里的密码 需要。 ado.net的知识作者: 许庭洲 时间: 2012-12-26 20:31
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Test7
{
public partial calss Form1 : Form
{
public Form1()
{
InitialzeComponent();
}
private void button1_Click(object sender, EventArgs e)