Click here to Skip to main content
16,012,611 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have one master page & 10 child pages .In master page I have links for other pages & I
want to refresh only child ( ContantPlaceHolder ) page.

I want to post back of child( ContantPlaceHolder ) page, but master page shuld not get postback
only child page get refreshed .

How to achieve this scenario .if any other solution please let me know.
Posted

1 solution

 
Share this answer
 
Comments
advancedansh 24-Nov-11 2:36am    
thanks for rpl.but i am not clear
<div id="header"> <img src="images/task.jpg" alt=" LOGO"/></div>

<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<div id="nav" style="width: 218px" >

<ul>
<li>TASK MASTER</li>
<li>ASSIGN MASTER</li>
<li>USER MASTER</li>
<li>REPORT MASTER</li><li></li>
<li></li>
<li></li>
</ul>

</div>
<div id="content">

<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">




</div>



</div>
my problem is that when i click link the another page loads
but i want to change content place holder pls help.
just like gmail

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900