I am working with a template field in my gridview
. This template field consists of a text box. I am looking to achieve the functionality where after the user finishes writing in the textbox and moves to the next one, the textbox that loses focus will transform into a label or something similar. If it regains focus, it should turn back into a text box.
Any suggestions on how to implement something like this?