custom-server-controls
Recommendations for a ASP.NET Forum control?
I am looking for a Forum server-side asp.net control that will integrate into my asp.net 3.5 site. I\'v开发者_StackOverflow社区e seen a ton over at www.asp.net in their gallery page, but almost none[详细]
2022-12-20 20:18 分类:问答How can I access textbox properties in a custom validator?
I want to build a custom validator control that inherits from BaseValidator.It will only be used on textboxes in my asp.net application.How can I get acces开发者_开发知识库s to the textbox itself (rea[详细]
2022-12-19 15:55 分类:问答NullReferenceException after turning ascx UserControl into reusable server control using Microsoft's tips
A supposedly proven technique to turn UserControls of a website into reusable server controls while retaining the ability to use declarative code gives me a NullReferenceException on any reference of[详细]
2022-12-19 09:14 分类:问答Which is more efficient for rendering a server control in ASP.NET
I am outputting the entire HTML for my server control as follows: public override void Render(HtmlTextWriter output)[详细]
2022-12-19 06:44 分类:问答asp.net server control - avoid adding multiple javascript
I created an asp.net Server control that derives from a LinkButton, and renders a small javascript function to the page.[详细]
2022-12-17 08:28 分类:问答Using custom WebControl as DefaultButton for Panel
I have created a custom web control to act as a button with an image.I would like to be able to set this as the target of the DefaultButton parameter of an ASP.NET Panel control.I have implemented the[详细]
2022-12-17 06:50 分类:问答asp.net custom server control design time support
I\'m having issues with a custo开发者_开发知识库m panel control in design view.Overriding the render method has no affect at design-time.[详细]
2022-12-16 13:45 分类:问答ASP.NET Custom control and Page.Request.Form[]
I have a control that inherits from System.Web.UI.Control and contains generic HTML controls rather than asp.net server side controls.I use Page.Request.Form[Control_id] to get the value of one of the[详细]
2022-12-16 02:24 分类:问答asp.net Web server control with child controls, event not firing
I have a simple web control (TaskList) that can have children (Task) which inherit from LinkButton, that can be added declaratively or programatically.This works ok, but I can\'t get the onclick event[详细]
2022-12-13 01:58 分类:问答Creating my own Web Server Hyperlink control - problems overriding the class attribute
I\'m in the process of writing some web server controls to make working with basic jQuery UI themed controls and widgets easier. All I need to do at this stage is add some additional CSS classes into[详细]
2022-12-10 23:01 分类:问答