Scott on Writing

Musings on technical writing...

New Article: Building DataBound Templated Custom ASP.NET Server Controls

My latest MSDN article, Building DataBound Templated Custom ASP.NET Server Controls, has been added to the ASP.NET Dev Center.  This article is a follow-up to a previous one of mine, Building Templated Custom ASP.NET Server Controls.  In Building Templated Custom ASP.NET Server Controls I showed how to add templates to a non-databound control to provide page developers a means to finely tune the control's rendered HTML.  In the current article, Building DataBound Templated Custom ASP.NET Server Controls, I show how to create a templated, databound control (the Repeater is a prime example of such a control).  Specifically, the article looks at RssFeed, a custom ASP.NET control for displaying RSS feeds that provides template support.

posted on Wednesday, March 10, 2004 9:14 AM

Feedback

# re: New Article: Building DataBound Templated Custom ASP.NET Server Controls 3/11/2004 6:12 AM AndrewSeven

Nice :D

-Andrew

# re: New Article: Building DataBound Templated Custom ASP.NET Server Controls 3/19/2004 1:39 AM Tang Biao

It is quite cool. But the ItemTemplate settings can't be persisted in VS.NET. After type some ItemTemplate setting, if set a property from Properties window, then all the ItemTemplate setting is gone.

# re: New Article: Building DataBound Templated Custom ASP.NET Server Controls 3/19/2004 11:05 AM Scott Mitchell

Tang, thanks for the heads up! This is what happens when you forget to add:

PersistMode(PersistMode.InnerProperty)

as an attribute for the ITemplate property! I have added this and updated the RssFeed 1.5 download from its GDN Workspace - http://workspaces.gotdotnet.com/RssFeed

Thanks again.

Title:  
Name:  
Url:
Protected by Clearscreen.SharpHIPEnter the code you see:
Comments   

My Links

Ads Via DevMavens

Archives

Post Categories

 

I am a Microsoft MVP for ASP.NET.
I am an ASPInsider.
<July 2008>
SMTWTFS
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

Comment Stats

DayTotal% of Total
Sunday 1896.8%
Monday 39014.0%
Tuesday 46916.8%
Wednesday 51518.5%
Thursday 54419.5%
Friday 50818.2%
Saturday 1706.1%
Total 2785100.0%

Hour1Total% of Total
12:00 AM 682.4%
1:00 AM 712.5%
2:00 AM 632.3%
3:00 AM 752.7%
4:00 AM 572.0%
5:00 AM 1093.9%
6:00 AM 1114.0%
7:00 AM 1615.8%
8:00 AM 1756.3%
9:00 AM 1505.4%
10:00 AM 1736.2%
11:00 AM 1826.5%
12:00 PM 1906.8%
1:00 PM 1766.3%
2:00 PM 1605.7%
3:00 PM 1324.7%
4:00 PM 1124.0%
5:00 PM 983.5%
6:00 PM 913.3%
7:00 PM 993.6%
8:00 PM 853.1%
9:00 PM 802.9%
10:00 PM 833.0%
11:00 PM 843.0%
Total 2785100.0%

Comments by Blog Entry Date/Time

Day Entry MadeAvg.Total
Sunday 5.14144
Monday 5.35353
Tuesday 4.35444
Wednesday 7.58644
Thursday 6.87625
Friday 5.45414
Saturday 5.03161
Total 5.802785

Hour1 Entry MadeAvg.Total
12:00 AM 5.0035
1:00 AM 1.002
5:00 AM 0.000
7:00 AM 7.0035
8:00 AM 5.45109
9:00 AM 6.34279
10:00 AM 6.41250
11:00 AM 4.28184
12:00 PM 6.98342
1:00 PM 2.87112
2:00 PM 5.29222
3:00 PM 8.54299
4:00 PM 3.9190
5:00 PM 5.78156
6:00 PM 4.52113
7:00 PM 9.32177
8:00 PM 9.06154
9:00 PM 5.14113
10:00 PM 6.2381
11:00 PM 4.5732
Total 5.802785

Learn More About Comment Stats
1 - All times GMT -8...


Blog Stats

Favorite Web Sites

My Books

My MSDN Articles