Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

sharepoint - MOSS 2007 Version History Query -


i need generate report sums number of files uploaded document library, including individual versions.

for example, if have document library contains 20 unique documents, 2 items having more 1 version (say 2 versions each), i'd able return report indicates there have been 22 uploads.

is possible using built-in moss 2007 tools? have query database directly?

thanks in advance

you cannot query database directly. not supported.

this possible using audit reports. enable auditing on library , can query auditing in sharepoint object model.

code sample on item level auditing: http://www.microsoft.com/downloads/en/details.aspx?familyid=0e4dd1e7-4b1d-4cb1-b906-6d5d272c8e9d&displaylang=en

enable auditing: http://www.shareesblog.com/?p=195


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -