Change Set Date Downloads Comment
7718
by davescriven
Jun 1 2008 at
2:22 AM
66 - 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.
7648
by davescriven
May 31 2008 at
3:11 PM
7 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).
7645
by davescriven
May 31 2008 at
2:07 PM
1 Added support for EndTime and TimeToLive, although the text displayed should be customisable in future.
7619
by davescriven
May 31 2008 at
7:53 AM
10 Ensured that ClientID is used to reference the web slices.
7618
by davescriven
May 31 2008 at
7:48 AM
4 The initial upload of the web slices framework source code - this contains a WebSlice server control and a WebSliceHelper class with extension methods.


1-5 of 5Change Sets < Previous 1 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987