Thanks jbenson001,
I am checking the text of the button immediately it is clicked, after the selection is made. I use the following code;
If btnSubmit.Text = "Update" Then
//do something
Elseif btnSubmit.Text = "Save" Then
//do something
End if
Thank you.
Hello All,
I am quit new in jquery. I have implemented the jquery autocomplete textbox, where I load data from SQL server. Upon selecting an item from the dropdown, I fill some controls on the form. I also want to change the text property of a button. Below is my jquery code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.