DotNetShoutout - Stories tagged with Sharepoint
2
Shouts

Hide or Remove Web Part Title in SharePoint Dynamically

posted by dotnetsparkdotnetspark 1207 days, 2 hours, 46 minutes ago
Monday, February 01, 2010 3:21:03 AM GMT
This article is on very simple topic. In this article; I am going to show how to hide Web Part's title in SharePoint through code. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, Sharepoint
8
Shouts

Creating a SharePoint Visual Web Part using Visual Studio 2010 - Beth Massi

published 1208 days, 13 hours, 42 minutes ago posted by jantujantu 1209 days, 22 hours, 11 minutes ago
Saturday, January 30, 2010 4:25:23 PM GMT Friday, January 29, 2010 7:56:20 AM GMT
Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office & SharePoint 2010 using Visual Studio 2010. If you missed them:Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010Build WPF Data Controls for Out... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, article, VS2010, DevCenter, Sharepoint
11
Shouts

Role of ItemMetadata.xml in Infopath forms [SharePoint workflow].

published 1206 days, 16 hours, 23 minutes ago posted by PraveenPraveen 1210 days, 10 hours, 40 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Thursday, January 28, 2010 7:26:38 PM GMT
Introduction: ItemMetadata.xml is the file used to store/transfer the data from one Infopath to another. The name of the file is case - sensitive. For example, in a sharepoint workflow, there are 10 steps, in each step we are using infopath and we want send some information from one to the next infopath form, the information won't save any where. we need to tell explicitly to infopath to store in xml file. that is nothing but ItemMetadata.xml. It acts as the secondary data source to the infopath... (more)
category: Architecture | clicked: 7 | comment | | source: praveenbattula.blogspot.com
tags: workflow, Infopath, Sharepoint, ItemMetadata.xml
10
Shouts

dnrTV - Show #164 - Sahil Malik on Developing for SharePoint 2010 Part 2

published 1210 days, 17 hours, 57 minutes ago posted by mithumithu 1212 days, 5 hours ago
Thursday, January 28, 2010 12:09:39 PM GMT Wednesday, January 27, 2010 1:07:23 AM GMT
Sahil Malik is back on dnrTV with more great demos in SharePoint 2010. This time Sahil focuses mainly on the database side of the newest version of SharePoint including structure and scalability. (more)
category: Screencast | clicked: 2 | comment | | source: www.dnrtv.com
tags: SharePoint 2010, dnrTV, Sharepoint
9
Shouts

Show images in Silverlight by reading images from SharePoint library

published 1213 days, 17 hours, 55 minutes ago posted by PraveenPraveen 1216 days, 9 hours, 19 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 8:48:26 PM GMT
Hi, Silverlight works on client side, so it's not possible to add SharePoint libraries in Silverlight project. But we have a way that we can access SharePoint data and show it up in Silverlight in SharePoint site. We have a requirement where we need to pull data from the SharePoint libraries and lists and show the data in Silverlight. Here i will explain a scenario where we can pull the images from image library and show it in Silverlight. Follow the steps below to do this. Get data from ShareP... (more)
category: Metro | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Silverlight, XML, XSLT, Sharepoint
6
Shouts

Three Free Sharepoint Web Parts for SharePoint Users

published 1217 days, 19 hours, 37 minutes ago posted by kisstechkisstech 1219 days, 21 hours, 2 minutes ago
Thursday, January 21, 2010 10:30:12 AM GMT Tuesday, January 19, 2010 9:04:49 AM GMT
Those three SharePoint web parts are very useful in various ways, yet all of them are free of charge. Below are three of them you can enjoy right now! 1. SharePoint View Boost; 2. SharePoint List Filter Favorute 3. SharePoint Project Progress Monitor More information please visit www.sharepointboost.com (more)
category: Agile | clicked: 0 | comment | | source: www.sharepointboost.com
tags: Sharepoint
8
Shouts

Sharing the goodness that is VB : Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 - Beth Massi

published 1221 days, 17 hours, 53 minutes ago posted by impaimpa 1222 days, 20 hours, 42 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Saturday, January 16, 2010 9:24:49 AM GMT
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. In this post I want to focus on the server side and show how we can convert the SharePoint 2007 workflow we built with Visual Studio 2008 to a SharePoint 2010 workflow in Visual Studio 2010. In Visual Studio 200... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, workflow, article, VS2010, DevCenter, VSTO, Sharepoint
3
Shouts

Access web.config in SharePoint timer job

posted by PraveenPraveen 1234 days, 13 hours, 51 minutes ago
Monday, January 04, 2010 4:16:15 PM GMT
In SharePoint customization we have the requirements to write custom code for web parts, timer jobs etc. In this post I want to tell you some interesting things in SharePoint. I have written some timer jobs to deploy into my SharePoint server to match some requirements or to solve some problems. My requirement is, I want to access the web application or web site configuration [web.config] file in the SharePoint timer job. But, the limitations in SharePoint stops me to access the configuration files in ... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: web.config, Timer jobs, Configuration, Settings, Sharepoint
6
Shouts

SharePoint timer job and settings or configuration file

published 1239 days, 15 hours, 53 minutes ago posted by PraveenPraveen 1241 days, 20 hours, 2 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 10:05:31 AM GMT
I got a question that what is the case when a SharePoint timer job needs a configuration file? Because, I really need the configuration settings for a timer job which I deployed. Because I got a requirement where I need to use the web service in a timer job and it needs the httpBindings and the endpoints. I can't place them in web.config of the web site as I can't access it here. But, I can access the web.config file as I discussed it in my previous post. I can get all the bindings and endpoints from web... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Timer job, web.config, Sharepoint
3
Shouts

Arabia SharePoint: Bug with the LookupField control when the number of items is greater than 20

posted by ranyaofranyaof 1254 days, 20 hours, 30 minutes ago
Tuesday, December 15, 2009 9:37:14 AM GMT
If the number of items is 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } The error is on "wh... (more)
category: Architecture | clicked: 6 | comment | | source: arabia-sharepoint.blogspot.com
tags: tech, LookupField, AbsLeft(obj), Dev, SharePoint 2007, C#, Core.js, dropdown, JavaScript, MOSS, Bug, Sharepoint, MOSS 2007
Previous 1 2 3 4 5 6 7 8 Next