CSHARPWINDOWSFORM Telegram 440
الان لكي تسترجع البيانات من قاعدة البيانات الى DataGridView

الكود

private void GetData()
{

var data = dbs.emp.ToList();
dataGridView1.Rows.Clear();
foreach (var item in data)
{
object[] obj = new object[]
{
item.Id,
item.empName,
item.salary,


};
dataGridView1.Rows.Add(obj);
}
}



tgoop.com/CsharpWindowsForm/440
Create:
Last Update:

الان لكي تسترجع البيانات من قاعدة البيانات الى DataGridView

الكود

private void GetData()
{

var data = dbs.emp.ToList();
dataGridView1.Rows.Clear();
foreach (var item in data)
{
object[] obj = new object[]
{
item.Id,
item.empName,
item.salary,


};
dataGridView1.Rows.Add(obj);
}
}

BY برمجة تطبيقات الويندوز C# Programming


Share with your friend now:
tgoop.com/CsharpWindowsForm/440

View MORE
Open in Telegram


Telegram News

Date: |

Channel login must contain 5-32 characters Telegram Android app: Open the chats list, click the menu icon and select “New Channel.” Just at this time, Bitcoin and the broader crypto market have dropped to new 2022 lows. The Bitcoin price has tanked 10 percent dropping to $20,000. On the other hand, the altcoin space is witnessing even more brutal correction. Bitcoin has dropped nearly 60 percent year-to-date and more than 70 percent since its all-time high in November 2021. As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. Developing social channels based on exchanging a single message isn’t exactly new, of course. Back in 2014, the “Yo” app was launched with the sole purpose of enabling users to send each other the greeting “Yo.”
from us


Telegram برمجة تطبيقات الويندوز C# Programming
FROM American