I have a webpage (developed in asp.net ) having multiple DIV . The div contains a form ,when I click the submit button the details go to the database and the whole pages refreshes .
What I want when i click submit button data goes to database and same div will load again.
Let me know the detail jquery
Kritika
Jignesh TrivediPosted Dec 9, 2013, 3:20 AM
Jquery had load() method, I think this can be help you in this case
refer
http://api.jquery.com/load/
hope this will help you.