I am using div to show content from database at page load by C# "innerhtml"
divid.InnerHtml="html code generated from dtabase";
but now i want to update the content of div periodically on click of some links with corresponding data from database without reloading the page. how can i do that, please help.