How to load/render a usercontrol using jquery?
I have some menus on header of the page and the usercontrols for each menu. On click of the menus i need to re-load the content with the corresponding usercontrol.
How can i achieve it using jquery which avoids page refresh?