2
Answers

Inserting images into Mysql database:

Sreekanth

Sreekanth

15y
8.9k
1
i googld som codes for this,
but didtnt work well!!
M in Website: and i need profile iamges of each user to be stored in databse:

so in my form i put file [browse button]  and an asp button for saving :

can post codes  for this? 

MYsql and C#.net
 pls help me!!!
Answers (2)
0
jrosa

jrosa

NA 7 0 20y
I found my own solution... I found that I could not have a DateTimePicker control bound to the dataset. When the DateTimePicker control was bound to the dataaset, the data would not display in any of the controls on the form. When I "un-bound" the DateTimePicker control, then the data woudl display properly. I bound an edit box to the date column and then updated the DateTimePicker control when the value of the edit box changed.