asp.net-controls
LoadControl(string) in different assembly?
I\'m developing a stand-alone ASP .NET component for dropping in to various sites we create. Part of the application is a CompositeControl, which needs to load a UserControl.[详细]
2023-02-20 19:02 分类:问答ASP.NET Server control with an additional bindable field
I have created a custom server control, deriving from System.Web.Contols.CheckBoxList to customize how a CheckBoxList is rendered. I also wanted to add another bindable field and get the value of the[详细]
2023-02-19 12:07 分类:问答How to register custom server control on ASP.NET page
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[详细]
2023-02-16 12:34 分类:问答ASP.NET Server Control Property Attribute must be required
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.[详细]
2023-02-16 02:47 分类:问答Is it safe to rely on an ASPX file being valid XML?
If an aspx file compiles, is it safe to assume that it is valid XML? Does ASP.NET work by parsing the server c开发者_如何学编程ontrols as XML?No - only the asp controls need to be valid XML.It is com[详细]
2023-02-15 22:19 分类:问答ASP.NET Controls under the hood
I want to learn (basically) about how ASP.NET controls work. I know the end result has to be some kinda rendered HTML. How do the controls encapsulate stuff? How does 开发者_如何学编程it tie in to the[详细]
2023-02-10 16:07 分类:问答Free ASP.Net controls for non-profits / charities
I am doing a website for a charity outside of work. I can\'t use the normal control libraries I wo开发者_如何学JAVAuld use at work because of the licencing (they won\'t let me), and predictably the ch[详细]
2023-02-04 00:29 分类:问答Using SELECT DISTINCT on an already created DataTable object?
I have an already created DataTable object which i am using for my girdview (asp.net) i also need to bind a column of that object to a DropDownList. The datatable has the correct details in the column[详细]
2023-01-25 20:57 分类:问答Can you nest asp.net controls?
I want to create control which would contain other controls. For these other controls I want to create \"base\" control with some default look and background logic and then derive all other controls[详细]
2023-01-15 07:23 分类:问答how to assign a control property value from a global variable in page code?
Greetings, I have a control and list of variables and I want in the control property to be assigned to the variable value directly in the page not from the back code, something like this[详细]
2023-01-14 08:59 分类:问答