Ask a Question related to ASP.NET Building Controls, Design and Development.
-
boarding_king #1
Building a control adapter for a custom control
Folks,
Has anyone tried to build a webcontrol adapter for a custom control (from a
3rd party)? All the examples I have looked at (including those of the CSS
Adapters @ [url]http://www.asp.net/CSSAdapters[/url]) asumes that the control to be
adapted has a nice object model or consists of child controls which you can
iterate though to extract the data you are interested in from the original
control and output that wrapped up in your custom HTML. What happens when the
web control does not expose any of its output data via properies or an object
model but simply outputs internally calcualted data in the RenderControl
method?
boarding_king Guest
-
Building a custom table control
Hi Everyone, I am new to Server control development and I need some serious help with something. I want to build a control that will allow the... -
Methods for building Web Custom Control that emits Javascript
Hi: Someone knows if exists some method for sketches, as with UML, the development of a Web Custom Control that emits Javascript? Agile... -
Building a custom control with nested templates
Hi, I'm trying to create a templated custom asp.net server control with nested templates and I'm having some problems in getting the nesting to... -
Building a custom control that implement table server control
Hi, I want to create a custom control that implements the table htmlcontrol. In my webform page I want to include that custom control and add... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...



Reply With Quote

