how to make enter key click on different buttons depending on which field is empty? – Asp.net
I have a web form in asp.net coding with vb and it has multiple textboxes and buttons. If one textbox is empty, I would like one button to be clicked if the enter key is pressed, whereas if a different…