Is there a simple tutorial for this somewhere?
Ideally I’d like to have a textbox and a button, and when the user clicks the button, the textbox is sent to the server, which returns a value based on it.
The client then populates another textbox with the return value, but all without refreshing the page.
If it’s possible, showing/hiding a loading gif would be awesome too.
I’m not finding any simple tutorials for how to do this, can anyone point me in the right direction?
Try googling for jQuery+AJAX.
There are lots of examples out there: