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
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
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
I am outputting the entire HTML for my server control as follows: public override void Render(HtmlTextWriter output)
I created an asp.net Server control that derives from a LinkButton, and renders a small javascript function to the page.
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
I\'m having issues with a custo开发者_开发知识库m panel control in design view.Overriding the render method has no affect at design-time.
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
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
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