I have one page that will display all the data inside my database. at each data there will be an update link that can update the selected data!

I want to make button that can be hide or shown depending the value of the textbox inside my update form!

If the text box (txtBox1) contain no value,
then display the button else, hide it!

anyone can help me