|
Prema Udayakumar Ethirajulu , 26. studenog, 2009 Ja sam izdao novu verziju TreeView biblioteku dokumenata WebPart za SharePoint 2007.
Dodano značajke u ovom izdanju:
Automatski popunjava popis biblioteke dokumenata u dropdownlist u toolpart Urušen TreeView može se upravljati iz toolpart imovine automatski pokazuje odgovarajuće ikone za datoteke u biblioteci dokumenata
Web uključen […]
Prema Udayakumar Ethirajulu , 26. studenog, 2009 Sljedeći isječak koda se koristi za dohvaćanje popisa biblioteke dokumenata.
SPWeb _web = SPContext.Current.Web;
SPListCollection ListColl = _web.Lists;
foreach (SPList _lst in ListColl)
{
ako (_lst.BaseTemplate == SPListTemplateType.DocumentLibrary)
26. studenog, 2009 | Tags: MOSS 2007, SharePoint 2007, SharePoint Object Model | Kategorija: MOSS 2007, SharePoint Object Model |
Prema Udayakumar Ethirajulu , 20. studenog, 2009 Dok se izvodi SharePoint Konfiguracija čarobnjake, ako se greška “Microsoft.IdentityModel sklop nedostaje”
Provjerite jeste li instalirali “Ženeva Okvirnog”, svoj dio vaše pred rekviziti za SP 2010
Prema Udayakumar Ethirajulu , on November 16th, 2009 Microsoft has released the beta bits of SharePoint 2010 for MSDN & Tech Net subscribers.
I hope it will be available for public in few days J
Prema Udayakumar Ethirajulu , 15. studenog, 2009
SharePoint 2010 Technology Stack looks like below.
The key advantage for the developers would be the development machine can be set it up in Windows Vista or Windows 7 (x64-bit) machine J
Prema Udayakumar Ethirajulu , 12. studenog, 2009 Microsoft SharePoint Development team has released the following screen casts for developers.
Click Here for ScreenCast
Prema Udayakumar Ethirajulu , 10. studenog, 2009 Ako ste u potrazi za free aplikacije predlošku, koje apartmana vaš poslovni prostor, pročitajte ovaj resurs na TechNet. To je popis 40 Primjena predložaka grupirane po sljedećem poslovnom kategoriji.
Poslovni Management / Financije Ljudski resursi Operacije / IT Projekt praćenja / Product Management Prodaja / Marketing Specijalizirane / Vertikale […]
Prema Udayakumar Ethirajulu , 8. studenog, 2009
Stvaranje resursa datoteku pomoću Visual Studio IDE
Kopirajte resursa datoteke u 12 košnica resursa mape
GetLocalized method from SPUtility to read the values from resource file
Sintaksa:
SPUtility.GetLocalizedString(“$Sredstva:<<ResourceFileName,ResourceKeyName>>”, “<<ResourceFileName>>”, samo);
Primjer:
SPUtility.GetLocalizedString(“$Sredstva:MyResources,FirstName”, “MyResources”, samo);
Uzorak Izvor:
8. studenog, 2009 | Tags: MOSS 2007, SharePoint 2007, SharePoint Object Model | Kategorija: MOSS 2007, SharePoint Object Model |
Prema Udayakumar Ethirajulu , on November 5th, 2009
The Technet resource on SharePoint 2010 Topologies model explains the following:
Read about how the new services model applies to physical topologies Review detailed guidance on which services to start on farm servers See sample topologies for small, medium, and large environments
Download here for SharePoint 2010 Topologies Model from […]
Prema Udayakumar Ethirajulu , 1. studenog, 2009
If you encounter the error “The trial period for this product has expired” after upgrading the license from trial to standard/enterprise edition in sharepoint.
Change your app pool account from “Network Service” to Domain account.
|
|