Source Control Clients
Project Name: webslices
TFS Server URL: https://tfs07.codeplex.com
Subversion URL: https://webslices.svn.codeplex.com/svn

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
7718 Jun 1 at
2:22 AM
- Changed the behaviour of EndTime and TimeToLive : No longer render at the bottom of the web slice content. Instead, container controls are required inside the control tree. E.g. If EndTime is specified the developer will have to add a place holder control inside the web slice content:

<p>Expires on <asp:PlaceHolder ID="endTime" runat="server"/>.</p>

This allows far greater customisation of the display of EndTime and TimeToLive (who's container ID is "timeToLive"). The EndTimePlaceHolderId and TimeToLivePlaceholderId properties default to "endTime" and "timeToLive" but can be set to different values.

Note that PlaceHolder controls are not required - any control can be used but these controls provide no extra markup.

- Now a CompositeControl to allow searching for the required EndTime and TimeToLive place holders within the slice.
davescriven 40
7648 May 31 at
3:11 PM
Added basic designer support for the WebSlice control (controls can be dropped in and a semi-transparent web slice icon appears in the top right of the control). davescriven 7
7645 May 31 at
2:07 PM
Added support for EndTime and TimeToLive, although the text displayed should be customisable in future. davescriven 1
7619 May 31 at
7:53 AM
Ensured that ClientID is used to reference the web slices. davescriven 8
7618 May 31 at
7:48 AM
The initial upload of the web slices framework source code - this contains a WebSlice server control and a WebSliceHelper class with extension methods. davescriven 3
1-5 of 5Change Sets < Previous 1 Next >
Updating...