tags:

views:

151

answers:

1

hi All,

I want to building the time sheet grid a like web user control using Repeater controls

Layout is like this

Activty code | Activity Name | 16th Mar 2009|17th Mar 2009|.....n

101 Activity1 10 hours 10 hours...... n

Note here column is n columns will be decided based on application setting.

Can any one help me in doing this type of Web user control using Repeater controls.

+1  A: 

Check out this.

Tom
thanks tom, the msdn link for creating the template that helped me.
sameer