Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

Correct Pattern for creating Server Controls?

I am creating a server control (inheriting from CompositeControl). The control comprises of several data bound drop down lists (and some textboxes etc). The drop down lists form a hierarchy, so are ...
Craig's user avatar
  • 879
0 votes
2 answers
1k views

Control HTML rendered by CompositeControl Templated Server Controls

I'm building my first custom server control which inherits from CompositeControl The reason for the control is to be able to have a consistent content area (HTML elements) for multiple online ...
Jacques's user avatar
  • 7,125
0 votes
1 answer
203 views

Composite Controls JQuery and Apostrophes being encoded

I am having an issue where composite child controls are encoding strings to HTML. I have a child control button that is set like so: b.OnClientClick = "$('#pic').rotateRight();"; the trouble with ...
user avatar
0 votes
1 answer
202 views

Custom Composite Control

I've Creted Composite control which has FormView and two custom server control. The Control renders correctly. now when i add control to page from toolbox i want to edit Composite Control's FormView ...
r.zarei's user avatar
  • 1,261
1 vote
2 answers
2k views

Building a composite control with nested items

My goal is to create a composite control that looks like, acts like and behaves like a RadioButtonList. There is some extra things done behind the scenes which are working no problem. What I am ...
Gavin Miller's user avatar
  • 43.7k