I have the following method which is called by asp button click.
protected void btn_saveDemographicsAddr_Click(object sender, ImageClickEventArgs e)
{
}
I want to call the above method using jquery ajax call with out page loading. I saw many blogs regarding this but i din't get the correct solutions.
Thanks in advance....