C# Codes No.1: Using Using Using Using Using Using Using Using Sing
C# Codes No.1: Using Using Using Using Using Using Using Using Sing
1
SQL نوسينى سیستهمی -1
نوسينى ناوي پرۆژهكه -2
دا#C له گهلSQL كؤدى بهستنهوهی -3
Grid view بينيني داتا له -4
View button`s code -5
Insert button`s code -6
Delete button`s code -7
update button`s code -8
Search button`s code -9
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; 1
using System.Data.SqlClient;
namespace student 2
{
public partial class Form1 : Form 3
{
Page 1
dataGridView1.DataSource = dt;
}
private void form1_load(object sender, EventArgs e)
{
5
}
Page 2
8
dataGridView1.DataSource = dt;
try
}
textBox2.text = dt.Rows[0]["name"].tostring ();
}
catch(Exception)
{
MessageBox.show("Not Found");
}
}
Page 3