How to Bind the Image to DataGrid Control from DataBase in WPF With C#
-
Hi, This is from Chandrakanth. Working on WPF Project. My Problem is "HOW TO BIND THE IMAGE TO DATA GRID CONTROL FROM DATABASE" Actually i am getting data from DataBase to DataSet . I have to bind that Image to DataGrid Column. That Column Name is ImageDes. Can any one tell me how to do that. Thanks and Regards Chandrakanth
-
Hi, This is from Chandrakanth. Working on WPF Project. My Problem is "HOW TO BIND THE IMAGE TO DATA GRID CONTROL FROM DATABASE" Actually i am getting data from DataBase to DataSet . I have to bind that Image to DataGrid Column. That Column Name is ImageDes. Can any one tell me how to do that. Thanks and Regards Chandrakanth
What form is the image data in? Without seeing a sample of the data class used as the DataGrid data and what your DataGrid column definition looks like, it's difficult to give a precise example... Can you post a simple example of the XAML and the data class?
Mark Salsbery Microsoft MVP - Visual C++ :java: