| bio | website | frontle.com |
|---|---|---|
| location | Finland | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Sep 13 '12 at 6:45 | |
| stats | profile views | 32 |
A Software Designer, currently developing in SharePoint 2010 platform, using C#.
|
Jul 12 |
comment |
CSS not taken in my calander plugin It might sound too obvious, but do you have a reference to your CSS file somewhere? <link rel="stylesheet" type="text/css" href="../styles/style.css" /> |
|
Jul 10 |
comment |
SharePoint List items being used in an ASP Repeater I know it's been almost a year, but it helped me today! +1 from me. To display the desired column, I used the following: <%# DataBinder.Eval(Container.DataItem, "column-name") %> |