I tried using .load() method in jQuery. I face the following issues:
1. Once the html is loaded into the div, it displays the html contents but events written for the controls inside the loaded page does not fire.
2. If the loaded page has a server control and clicking on it will clear the loaded html content and displays as a fresh page (ie, The loaded html content in the div is cleared).
Let me know if my question is appropriate as I'm a beginner in jQuery AJAX.