Bind textbox and label control from database table record in windows form c#

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks in a million my brother again! Great content. Awesome. Very well explained. I couldn't find this content--simply put anywhere else. How can you be contacted. Grade: A++ 💥

johng
Автор

nice video
but
what if I use Microsoft Access 2010 as a database? what needs to be changed?
I have no idea,

melody
Автор

you have used 3 layer architecture in this video or not

kamleshjha
Автор

Hi nice video, i have a question, is posible fill all textbox at the same time in code, avoiding fill them
one by one(
txtStudenId.Text = item.id;
txtName.Text = item.Name;
.
.

) ? cus in jave i know that you can do it just mapping the components and then just doing something like this(i cant remember exactly the sintax but the idea is it)...

window.record[0] = item;

thanx

felipev
Автор

What if the ID is a String? Like Course_ID = BSIT....

justincabodil