custom-server-controls
Get ASP.NET assembly from OnInit of custom server control?
I\'m trying to build an ASP.NET custom server control which displays version information about the ASP.NET project contai开发者_高级运维ning the page on which the server control is rendered.[详细]
2023-04-13 06:11 分类:问答How to Modify web.config automatically when using Custom Server Control?
I am trying to create a Custom Server Control in C# us开发者_如何学Going VS2008. I am using this custom control that actually requires me to modify the web.config file in order to add an HttpHandler w[详细]
2023-04-10 23:44 分类:问答Asp.net, dynamic loading of server controls from a DLL
I\'ve been using reflection and LoadControl() to try and load a control dynamically from a DLL. I\'ve had a problem, though, loading it from elsewhere than the app\'s ~/bin folder.[详细]
2023-04-05 08:36 分类:问答How to register a client script resource at the bottom of webpage to enhance loading time
I really hate the way Extender controls, Asp.net script controls that emit javascript all at the top of the web page and just was rethinking of any other way to emit it at the bottom similar to what,[详细]
2023-04-04 10:22 分类:问答When can I set default values for properties on server a control?
I have written the following override for the DataFormatString in my BoundField derived control, yet the field is still formatted as a plain number. I assume that this is because the formatting code i[详细]
2023-03-30 19:02 分类:问答How do I make child controls in Collection behave as child controls and/or get skin applied?
I am trying to create a server control with child controls that are exclusively derived from a particular class.The child controls in this case are all custom server controls also.This particular web[详细]
2023-03-24 11:08 分类:问答How to put a 3rd party server control inside a custom server control in ASP.Net?
I am using Telerik ASP.Net Ajax controls (theoretically shouldn\'t matter who makes the 3rd party control). I would like to create my own custom server control (not user control) that has my own prede[详细]
2023-03-18 08:32 分类:问答Load Server Control from Assembly and hook up events
I have several Server Controls, each in a separate assembly and I\'d like to load one of them dynamically into a page depending on some choice. There seems to be a problem where the server side events[详细]
2023-03-17 06:20 分类:问答ASP.NET Custom Web control
I\'m experiencing some problems and right now I don\'t know how to solve it. The web control simply updates a clock represented by a label every second. My issue is that the web control exposes a prop[详细]
2023-03-14 15:42 分类:问答Custom Server Control, Text Property Whitespace
I am creating a custom server control with a property that accepts a String as input. What is the correct way to handle whitespace/tabs & newlines? For example,[详细]
2023-03-12 18:19 分类:问答