Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ddombadoh

    Jquery issue

    Exactly so, jbenson001. Thank you.
  2. ddombadoh

    Jquery issue

    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.
  3. ddombadoh

    Jquery issue

    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...

Part and Inventory Search

Back
Top