c# - unable store data from combobox to database showing System.Data.DataRowView -


i have 2 tables “visitors” , “employees”, have employee_name. in form3 there combobox fetching data “employees” table , storing “visitors” table. fine in “visitors” table it’s showing system.data.datarowview under to_whom column.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -