I have a textfield and a button. when I click the button I want to send the textfield data to servlet and same time servlet sends relative data retrieved from the database to the ajax.
Here I need both post and get method. Can you please help me with that?