Click here to Skip to main content
15,917,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All!

I have an aspx page with a content placeholder , I want to lode other aspx page int the content place holder on button click?

How i do this
Posted

1 solution

Hi

<pre lang="c#">plalceholderID.Controls.Add(LoadControl("ControlName"));</pre>


Visit

<a href="http://msdn.microsoft.com/en-us/library/c8y19k6h.aspx#Y0"></a>

You will get the Idea

Thanx
 
Share this answer
 
Comments
rkthiyagarajan 20-Oct-11 10:37am    
Use Pre Tag and link tag
...

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