Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
308 views

How to Convert an ASP.NET User control to Web/Composite Control?

Is there a simple process to convert an user control to a web/composite control?
2
votes
2answers
269 views

How do I make the children appear in a custom webcontrol for ASP.NET?

For example, I have a custom control called SampleControl. To simplify things for this question, pretend I'm making just a Panel Control clone from scratch. <CC:SampleControl ID="Sample1" ...
0
votes
2answers
46 views

Is there any ASP.NET web control specialized in displaying video?

Is there any ASP.NET web control specialized in displaying video? Thanks
0
votes
1answer
246 views

Add event handler to ASP.net web control without the designer

Is there a convenient way to add an event handler to a web control declaratively (as an attribute on the control in markup) without needing to select the control in the design view for the ...