ASP.NET WebControl ITemplate child controls are null
- by tster
Here is what I want:
I want a control to put on a page, which other developers can place form elements inside of to display the entities that my control is searching. I have the Searching logic all working. The control builds custom search fields and performs searches based on declarative C# classes implementing my SearchSpec interface.
Here…