Click here to Skip to main content
15,896,606 members
Articles / Web Development / ASP.NET

Simplify the construction of HTML inside ASP.NET server controls using ControlInjector

Rate me:
Please Sign up or sign in to vote.
4.48/5 (14 votes)
1 Jul 20055 min read 71.3K   908   55  
Apply a String.Format pattern to control building of separate HTML from private controls.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Ben Scheirman is a professional web developer providing enterprise level ASP.NET solutions.

He started programming in QBASIC in 1993, learning from examples downloaded online. He migrated to Pascal in 1996, C/C++ ruled his spare time during the late 90's, and for the past 2 years he has been developing using C# & VB.NET.

He enjoys programming in his spare time, especially toying around with Managed DirectX.

Read his blog here

Comments and Discussions