Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I have a datagridview on WinForm and I need to convert the ID to Name. For example,---------------------------------------------------Product Name CategoryProduct-A 1234Product-B 2345Product-C 4569Category Table contains two fields which are category_id, category_nameIs there something I can do such as Data Mapping like Dictionary (it looks like DataGridView does not support for this feature) ?And my requirement is that I am not allowed to modify the existing SQL statement (so I can't do joining tables there)Please help ~ Appreciate for your time ~Continue reading...
I have a datagridview on WinForm and I need to convert the ID to Name.
For example,
---------------------------------------------------
Product Name Category
Product-A 1234
Product-B 2345
Product-C 4569
Category Table contains two fields which are category_id, category_name
Is there something I can do such as Data Mapping like Dictionary (it looks like DataGridView does not support for this feature) ?
And my requirement is that I am not allowed to modify the existing SQL statement (so I can't do joining tables there)
Please help ~ Appreciate for your time ~
Continue reading...