ajax (4)
Today ajax is being a common part in most large website and
application.user loves the way everything done without page
refresh and website's with ajax implemented is getting higher
popularity.in the following i showed how to use ajax in asp.net
web page.you can use in php too -
how to show data when mouse is over a button using jquery ajax with progress image
Written by Super Useryou may want to show dynamic data from a page when
mouse is placed over a button.
how to use ajaxcontroltoolkit to show Datalist items details
Written by Super UserIf you want to show DataList control's each item's
details when clicked in the 'details' link then
there is a easy way to do that is to use
CollapsiblePanelExtender.
Ajax is the best technique for showing & updating
data without page refresh.
jquery ajax make things possible easier way.in this
post i will show how to pass data via jquery ajax
and get back data.