composite-controls
CMS content editor / viewer
One of our users has decided that they need to be able to edit sections of content on our main website and I\'ve been given the task of implementing it. The underlying model is that one or more divs i[详细]
2023-03-23 02:16 分类:问答Inheriting from a System.Web.UI.UserControl base class
First off, I am wondering if thi开发者_JS百科s is possible. I read slight grumblings around the internet about this, but I was not entirely sure.[详细]
2023-02-14 04:11 分类:问答MSDN example of Composite Control
I\'m reading through some MSDN example code on Composite controls and finding that there is one thing I don\'t understand.Using the code here I\'ve created the LabelTextBox control in my project and a[详细]
2023-02-12 21:44 分类:问答How do I cache a composite server control?
How would I use the system caching object, HttpContext.Current.Cache to store a custom server control in the cache?[详细]
2023-02-09 16:33 分类:问答Getting the content of an ASP.NET System.Web.UI.WebControls.PlaceHolder
I have a开发者_JS百科 server control that has a PlaceHolder that is an InnerProperty.In the class when rendering I need to get the text / HTML content that is supposed to be in the PlaceHolder.Here is[详细]
2023-02-01 12:43 分类:问答Creating Custom WPF Controls in IronPython: a control made up out of standard controls
I\'ve looked at the other custom control creation questions on here, as well as other online resources, but I\'m lost as to how to create a custom control that doesn\'t require a C# code-behind file.[详细]
2023-01-29 03:33 分类:问答How to remove parent control without deleting its children in asp.net c#?
I want to remove parent control (which is span in this case) without deleting its children controls from container. how can I accomplish this in asp.net c#?[详细]
2023-01-24 20:24 分类:问答Failed to load viewstate composite control [duplicate]
This question already has answers here: Failed to load viewstate. The control tree into which viewstate is being loaded[详细]
2023-01-21 06:33 分类:问答Asp Composite control child control (radiobutton) losing checked value
I am working on a quiz control in asp.net with dynamically created questions and options. The main control is basically a container to hold all of the questions.[详细]
2023-01-18 20:04 分类:问答Should a DropDownList within a CompositeControl remember selected item?
Given the following public class MyControl : CompositeControl { private DropDownList myList; protected override void CreateChildControls()[详细]
2023-01-06 01:15 分类:问答