Saturday, 04 December 2004

I have neglected posting SharePoint links and info recently. Bad me. Good thing there’s other people out there keeping us up to date. For example, Amanda Murphy recently linked to a few interesting nuggets of SharePoint gold, and I thought I would consolidate a couple of the ones that I find most interesting here, as well. Thanks, Amanda!

Nigel Bridport’s SharePoint User Manager v1.0
http://weblogs.asp.net/nigelbridport/archive/2004/11/30/272173.aspx

“Not sure about other people, but I find it quite time consuming when trying to manage users inside of Windows SharePoint Services sites, especially when the sites in the hierarchy have their security inheritance broken.  A number of customers end up breaking security inheritance at every opportunity and then hit this problem.

“So, I am in the process of writing a SharePoint User Manager Windows Application in order to help out in this area!”

Stramit’s Granular Backup Manager for WSS v1.0
http://blog.spsclerics.com/articles/434.aspx

“Granular Backup Manageris a tool which allows you to create back up file and/or .bat file to make this file for a global hierarchy of WSS site. Its internal is based on the sMigrate.exe of the SharePoint system. the back up file are just Web Package. Each sub site of a WSS collection can have its own web package directly with this tool

I made this tool to make easy the back up operation in the case in large WSS collection with document library. Using granular back up file allow you to restore just little site for recover a document instead of the all collection (less time, less space, just the site).”

Jan Tielens’ Smart Part for SharePoint v1.0.0.0
http://weblogs.asp.net/jan/archive/2004/11/23/268644.aspx

Finally I’ve managed to finish a new release for the SmartPart for SharePoint; version 1.0.0.0. This release has some really cool new features, but I'm really excited about the first one: connectable web parts with ASP.NET user controls!

  • Create connectable web parts
    In SharePoint you can connect web parts, so they can exchange data. For example you could create a web part that displays a list of invoices, and another web part that displays the details of the selected invoice (master/detail view). Normally you’d have to create your Invoice and InvoiceDetails web parts by hand, implementing the ICellProvider and ICellConsumer interfaces (see Patrick’s excellent article about this topic). With the new version of the SmartPart you can do the same, but instead of coding everything by hand, you can create ASP.NET user controls! Just implement the ICellProviderUserControl or ICellConsumerUserControl on your user control, and you’re done.
  • CAS Optimization
    Maxim Karpov did a great job on fine-tuning the Code Access Security for the SmartPart. For running the previous versions of the SmartPart, you’d had to increase the trust level in the web.config to WSS_Medium. In this version this is not required anymore. Of course if your user controls require a higher trust level, you can raise the trust level as usual.
  • Hiding the user control selection
    Once you’re finished building your user controls, maybe you’d want to ship the finished web parts/user controls to a customer for example. In that case you don’t want the user to select the user controls from the dropdown listbox of the SmartPart, or filling out the user control name by hand. With the new version of the SmartPart you can create a DWP file which contains all the settings for an instance of the SmartPart showing a specific user control. The nice part is that you can hide the dropdown listbox or textbox for selecting the user control by adding the following node in the DWP after you’ve exported an instance of the SmarPart:
    <ShowUserControlList xmlns="SmartPart">false</ShowUserControlList>.


Add/Read: Comments [1]
SharePoint | Tech
Saturday, 04 December 2004 10:54:44 (Pacific Standard Time, UTC-08:00)
#  Trackback

Referred by:
http://www.yourstudyexplored.info/2012/04/09/Payday-Lenders-... [Referral]
http://ceiclavdutu357.land.ru/ [Referral]
http://search.daum.net/ [Referral]
http://www.jeanstruereligion.org/ [Referral]
http://www.beatsbydreheadphonessale.net/ [Referral]
http://ainsleyainsley.blinkweb.com/ [Referral]
http://aalexrabin.tripod.com/ [Referral]
http://unlockiphoness.angelfire.com/ [Referral]
http://themastercleanse.org/ [Referral]
http://abigale.posterous.com/ways-to-unlock-new-iphone-4-qui... [Referral]
http://uiphone.shutterfly.com/ [Referral]
http://alanisalexa.wordpress.com/2012/04/01/how-you-can-unlo... [Referral]
http://alenaalena.jigsy.com/ [Referral]
http://aisha.springnote.com/pages/11157830?read=1 [Referral]
http://alejandra.terapad.com/ [Referral]
http://chancecobb410.insanejournal.com/596.html [Referral]
http://chancecobb410.dmusic.net/journal/505015 [Referral]
http://www.incompany.com/blog.php?user=willkelly12&blogentry... [Referral]
http://backlinksservices23.qapacity.com.qapacity.com/my-blog... [Referral]
http://thefirmwareumbrella.blogspot.com/p/change-log.html [Referral]
http://www.jewelrymart86.com/fabric-bracelet [Referral]

More...
Tuesday, 01 November 2005 09:44:12 (Pacific Standard Time, UTC-08:00)
i dont know how to implement iCellProviderUserControl for connecting web part
umang
Comments are closed.