The ASP.NET Placeholder control is used to provide a location in a Master page where content pages will fill in page-specific content.
Questions tagged [asp.net-placeholder]
34 questions
0
votes
3 answers
How will I get a dynamic control in an aspx page?
I am working a project for my company. There I have encountered a problem. Therefore, I am showing an example of what I intended to do and what I am not being able to do.
In my aspx page I have button and placeholder. e.g.

Pankouri
- 676
- 3
- 12
- 29
0
votes
1 answer
PlaceHolder - how to replce placeholder in aspx?
I have a PlaceHolder component in my project, but I want to place it in right part of the page, as now it's placed in the top. Is there any opportunity to change it's alighn?
…

Marianna
- 35
- 1
- 10
0
votes
1 answer
Accessing an asp:Placeholder from a public shared sub
I am currently developing a solution that uses YUI grids. My problem is that my home page is a summary of all my other pages, it includes a summary grid of the grids displayed on other pages, and I dont want to reuse the same code in each page's…

Eugene de Lange
- 93
- 2
- 12
-1
votes
1 answer
Implementation Plugin (UserControl) based system in ASP WebForm
I have many UserControls and I wanna load them depended on query string in one aspx page.
I tired 2 following ways:
Add a Placeholder in aspx page and in Page_Load/Page_Render event:
UserControl uc =…

Mehdi Dehghani
- 10,970
- 6
- 59
- 64