how to display a picture that was stored from database, only when txtbox1 and txtbox2 are match | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to display a picture that was stored from database, only when txtbox1 and txtbox2 are match

17th Jan 2019, 9:19 PM
hazer
hazer - avatar
2 Answers
+ 1
When 2 textboxes match, Stream pic from database and put image propertise of a picturebox equal to the image streamed from database
18th Jan 2019, 10:48 PM
Mahdi (Soroush) Jafari
Mahdi (Soroush) Jafari - avatar
0
if(textbox1.text == textbox1.text) // sql code here. // haven't done any sql in c# so I can't demonstrate that, sorry.
18th Jan 2019, 1:30 AM
John
John - avatar