I know how to use UpdatePanels and so on but I would like to know if its possible to run method on the server (after clicking a button) which doesnt change anything in controls on the site but for example updates database.
I know that I can use WebService but is there any way to use simple code behind methods ?
thanks for help
I would recommend jQuery Ajax including the .ajaxStart() .ajaxStop() to do stuff like display a panel until/while the ajax event is active.
see here for more information: http://api.jquery.com/category/ajax/
EDIT: some complete sample code:
});
server side: