Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
1k views

Catching events from dynamically added ASP.NET User Controls

I have an ASP.NET web form which I am adding a variable number User Controls to. I have two problems: The User Controls are added to a PlaceHolder on the form in the first PageLoad event (I only ...
0
votes
0answers
79 views

Adding Dynamic Controls in PreInit Event

The end result is a webpage with a two contentplaceholders. The first providing navigation for the different sections and a second contentplaceholder that will display the questions in the navigated ...
0
votes
1answer
771 views

Listview and SQLDataSource render nothing

I've never used either of these 2 controls before and I'm stuck with no visible rendering of the page (compiles and runs but produces nothing); I have no code behind file with this simple asp.net page ...