Sign In
António Ribeiro's WebLog
Developer Consultant, Microsoft.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Archive
Archives
January 2005
(4)
January, 2005
MSDN Blogs
>
António Ribeiro's WebLog
>
January, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
António Ribeiro's WebLog
Creating HTML markup using HTML Controls object model
Posted
over 7 years ago
by
aribeiro
3
Comments
Although ASP.NET provides a great object model for handling Web Controls and HTML Controls, I often see code that creates HTML markup directly, by manipulating strings. An example: private string GetSomeHtml() { string html = "<A HREF=\" http:/...
António Ribeiro's WebLog
Rendering n-column tables using the Repeater control
Posted
over 7 years ago
by
aribeiro
1
Comments
The ASP.NET Repeater control provides a template-based mechanism for rendering data using Data Binding. A basic usage sample can be found here . The control uses the <ItemTemplate> tag for declaring HTML that should be rendered for each data item...
António Ribeiro's WebLog
New articles available !
Posted
over 7 years ago
by
aribeiro
0
Comments
Check Creating a Custom Placeholder to render and edit XML data using XSL templates (CMS) and Rendering n-column tables using the Repeater control (ASP.NET)
António Ribeiro's WebLog
Creating a Custom Placeholder to render and edit XML data using XSL templates
Posted
over 7 years ago
by
aribeiro
1
Comments
XMLPlaceholder Controls are a useful technique to handle structured data within a CMS Posting. Suppose you have a Book template containing an Authors placeholder. When a book has more than one author, you could store a comma-separated list of authors...
Page 1 of 1 (4 items)