I\'m developing a custom server control in Asp.NET (.NET 3.5) which inherits the CompositeControl class.Inside my control I\'m overriding the CreateChildControls() method to generate a mixture of html
After searching for a few days I had yet to find a solution to the following issue. I am creating ASP.NET Custom Server controls that use both AJAX and JQuery within them. Initially creating them in
I\'ve been trying to create a server control. I\'ve been trying to get my MenuItem to contain other MenuItems under neath it like this
I have control that has a list of items with subitems. I need to have a recursive function that collects the sub items.
I have a project and I am trying to register a custom server control (there is no .ascx file) on the page.I am currently using
I have a custom ASP.NET server control CustomControl with a property attribute Path. If the Path is not explicitly specified, then I want an exception to be thrown.
I seem to be having a lot of trouble with this. I want to create an ASP.NET control that implements some core logic, and then I want to be able to derive several controls from that, which each implem
I have created a server control which uses rec开发者_如何学运维ursion to create a menu. It essentially outputs nested lists with anchors inside them.
If a server control was declared like thi开发者_StackOverflow中文版s <my:customControl id=\"cc1\" runat=\"server\">
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.