Hello,
My application has a simple textbox for user input, a database connection, a button and a label.
I will search for the user input in my database and update the label when the user clicks the button.
This works fine on the first button click but ceases to function on subsequent clicks.
Any idea why?
Regards,
MC