0
how to display a picture that was stored from database, only when txtbox1 and txtbox2 are match
2 ответов
+ 1
When 2 textboxes match, Stream pic from database and put image propertise of a picturebox equal to the image streamed from database
0
if(textbox1.text == textbox1.text)
// sql code here.
// haven't done any sql in c# so I can't demonstrate that, sorry.