Click here to Skip to main content
15,906,574 members
Home / Discussions / C#
   

C#

 
QuestionDatagrid values into database Pin
mchandu2bobby@gmail.com26-Dec-07 23:51
sussmchandu2bobby@gmail.com26-Dec-07 23:51 
GeneralRe: Datagrid values into database Pin
Paul Conrad27-Dec-07 6:38
professionalPaul Conrad27-Dec-07 6:38 
Generaldatagrid problem.... Pin
sindhutiwari26-Dec-07 22:22
sindhutiwari26-Dec-07 22:22 
GeneralRe: datagrid problem.... Pin
Abhijit Jana26-Dec-07 22:32
professionalAbhijit Jana26-Dec-07 22:32 
GeneralRe: datagrid problem.... Pin
sindhutiwari26-Dec-07 23:01
sindhutiwari26-Dec-07 23:01 
GeneralRe: datagrid problem.... Pin
Gopal.S27-Dec-07 0:34
Gopal.S27-Dec-07 0:34 
QuestionSimple phone book with person photo Pin
sudany_zool26-Dec-07 21:46
sudany_zool26-Dec-07 21:46 
GeneralRe: Simple phone book with person photo Pin
Abhijit Jana26-Dec-07 22:07
professionalAbhijit Jana26-Dec-07 22:07 
This is very simple to do. just upload image corrosponding to the contact person and disply it from database.
you can store image in database as binary format

or

you can store image in a folder and store the path with data base corosponding image
e,g:
ID    Name      Address       ContactNo    Image_Path
------------------------------------------------------
1     MyName    MyAddress     123456789    d:\AppFolder\MyName.jpg
2     UrName    UrAddress     987654321    d:\AppFolder\UrName.jpg

Just Do in this way !!

While retrive with id, or name use image box to show the image

Any more query ??? Always welcome !!!

Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

GeneralRe: Simple phone book with person photo Pin
sudany_zool27-Dec-07 0:30
sudany_zool27-Dec-07 0:30 
GeneralRe: Simple phone book with person photo Pin
sudany_zool27-Dec-07 2:22
sudany_zool27-Dec-07 2:22 
GeneralRe: Simple phone book with person photo Pin
Abhijit Jana27-Dec-07 3:36
professionalAbhijit Jana27-Dec-07 3:36 
QuestionFaxing Pin
Fatemi26-Dec-07 20:11
Fatemi26-Dec-07 20:11 
GeneralRe: Faxing Pin
Paul Conrad27-Dec-07 6:39
professionalPaul Conrad27-Dec-07 6:39 
GeneralC#: how to close form when esc key is pressed Pin
kssknov26-Dec-07 20:01
kssknov26-Dec-07 20:01 
GeneralRe: C#: how to close form when esc key is pressed Pin
Giorgi Dalakishvili26-Dec-07 20:18
mentorGiorgi Dalakishvili26-Dec-07 20:18 
GeneralRe: C#: how to close form when esc key is pressed Pin
mav.northwind26-Dec-07 21:33
mav.northwind26-Dec-07 21:33 
GeneralRe: C#: how to close form when esc key is pressed Pin
kssknov26-Dec-07 23:19
kssknov26-Dec-07 23:19 
GeneralRe: C#: how to close form when esc key is pressed Pin
Giorgi Dalakishvili26-Dec-07 23:25
mentorGiorgi Dalakishvili26-Dec-07 23:25 
GeneralRe: C#: how to close form when esc key is pressed Pin
kssknov27-Dec-07 0:59
kssknov27-Dec-07 0:59 
GeneralRe: C#: how to close form when esc key is pressed Pin
mav.northwind27-Dec-07 1:31
mav.northwind27-Dec-07 1:31 
Generalfirst character to be upper case Pin
Sonia Gupta26-Dec-07 18:12
Sonia Gupta26-Dec-07 18:12 
GeneralRe: first character to be upper case Pin
srini vas26-Dec-07 18:50
srini vas26-Dec-07 18:50 
GeneralRe: first character to be upper case Pin
N a v a n e e t h26-Dec-07 19:01
N a v a n e e t h26-Dec-07 19:01 
GeneralRe: first character to be upper case Pin
Vikram A Punathambekar26-Dec-07 19:26
Vikram A Punathambekar26-Dec-07 19:26 
GeneralRe: first character to be upper case Pin
Paul Conrad27-Dec-07 6:27
professionalPaul Conrad27-Dec-07 6:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.