Search

Custom Web Controls for ASP.NET Apps

1 views

Custom web controls for your ASP.NET application are a brilliant way to separate, reuse and "refactor" your code pieces. In that sense I consider myself to be a control freak and that's a good thing! In our product Headlight we use a lot of create flows (here's an example) that are built using tables with 3 columns. The two first are somewhat static text and the third can be any kind of HTML and ASP.NET controls.

You can also add create flow items programmatically like the following example where a hyperlink is added: Comments Download

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!