มี 2 วิธีครับ
1. ที่ไฟล์ web.config ไปกำหนดค่า smartNavigation ที่ <page> ที่อยู่ใน <system.web>
<system.web>
<pages smartNavigation="true"/>
</system.web>
2. ใช้ ASP.NET AJAX แล้วใช้ UpdatePanel ครับ
Imagination is more Important than Knowledge... /A.Einstein