Picturebox Image to be stored in Sql Database
C#
3
Posts
3
Posters
0
Views
1
Watching
-
i want to stored the image which i have in a picturebox to be stored in sqldatabase. and which datatype i should use in sql
VARBINARY(MAX)
Navaneeth How to use google | Ask smart questions
-
i want to stored the image which i have in a picturebox to be stored in sqldatabase. and which datatype i should use in sql
You can place your own contol in the dropdownlist of a combobox, see here: http://www.codeproject.com/KB/combobox/CustomComboBox.aspx