ASP.NET Web Slices
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
Recent Check-ins
|
Patches
|
Upload Patch
Source Control Clients
Project Name:
webslices
TFS Server URL:
https://tfs07.codeplex.com
Subversion URL:
https://webslices.svn.codeplex.com/svn
Source control client connection instructions
Recent Check-Ins
Show
All
Change Sets
View All (http://www.codeplex.com/webslices/SourceControl/ListDownloadableCommits.aspx?ViewAll=true)
1-5
of
5
Change Sets
< Previous
1
Next >
Change Set
Download / Browse
Date
Comment
By
Downloads
7718
Download
Browse
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
Download
Browse
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
Download
Browse
May 31
at
2:07 PM
Added support for EndTime and TimeToLive, although the text displayed should be customisable in future.
davescriven
1
7619
Download
Browse
May 31
at
7:53 AM
Ensured that ClientID is used to reference the web slices.
davescriven
8
7618
Download
Browse
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
Show
All
Change Sets
View All (http://www.codeplex.com/webslices/SourceControl/ListDownloadableCommits.aspx?ViewAll=true)
1-5
of
5
Change Sets
< Previous
1
Next >
© 2006-2008 Microsoft
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
CodePlex Blog
|
Version 2008.11.11.14055
Updating...