GeekArticles
Web Programming
Java ScriptAdding controls to PlaceHolders dynamically
Author: developerfusion.com |
Published: 10th Aug 2005 |
Visited: 523 times |
Add CommentFiled in: Java Scriptby Edward Tanguay Read Comments Rate this resource Viewed 115 times Rating: 1 users 5 out of 5 Next > A very powerful and flexible way to program sites in ASP.NET is to one .aspx which contains a PlaceHolder control for each area of your screen. You then dynamically fill these controls during each hit of your page. This code will get you started. Notice the "FindControl" method with which you identify each control. If you want to use JavaScript on your controls, I think you have to use...n
Read Article Sponsored Links
Related Articles
• First Look: Silverlight 2.0 UI Controls With the release of the Silverlight 2.0 beta plug-in, Microsoft has introduced a number of new UI controls to the Silverlight platform. These tools make the task of building complete Silverlight applications much easier, so it is essential to understand their function. In this article, we examine in ...
• Controls Iteration This example shows how to perform recursive controls iteration within a ...