?????????????
???????????? ???????[ 2013/8/14 11:43:47 ] ????????
??????????????VS???????????
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ?????????????
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//?????????????????“????”?????????????????????
private void ???BindingNavigatorSaveItem_Click_1(object sender?? EventArgs e)
{
this.Validate(); //?????????
this.???BindingSource.EndEdit(); //???????????????????????
this.tableAdapterManager.UpdateAll(this.northwindDataSet);//??????????????е?????????
}
private void Form1_Load(object sender?? EventArgs e)
{
// TODO: ???д?????????????“northwindDataSet.???”?С?????????????????????????
//???ù??TableAdapter???????????????????????????northwindDataSet??"???"??
this.???TableAdapter.Fill(this.northwindDataSet.???);
}
}
}
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11