tags:

views:

29

answers:

0

I am trying to build a wpf application and having trouble with data binding. I would like to take numerical input from a text box, and would like to run a SQL query using a stored procedure on it to get 5 images display as buttons from a choice of 50 images, then display have the buttons view change to a text view based on which one of those images is clicked? all the information will be taken from the stored procedure.