22 Ocak 2014 Çarşamba

C# da Veri Tabanı Kaydı 2

c#
c#
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 WindowsFormsApplication5
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void karneBindingNavigatorSaveItem_Click(object sender, EventArgs e)
{
this.Validate();
this.karneBindingSource.EndEdit();
this.tableAdapterManager.UpdateAll(this.programlamahocamDataSet);

}

private void Form1_Load(object sender, EventArgs e)
{
// TODO: This line of code loads data into the 'programlamahocamDataSet.karne' table. You can move, or remove it, as needed.
this.karneTableAdapter.Fill(this.programlamahocamDataSet.karne);

}
}
}

Sitemizin daha kaliteli paylaşımları yapabilmesi için sizin yorumlarınıza ihtiyacımız var :)

0 yorum :

Yorum Gönder